Struct xpcom::interfaces::nsIGSettingsService [] [src]

#[repr(C)]
pub struct nsIGSettingsService { /* fields omitted */ }

interface nsIGSettingsService : nsISupports

Methods

impl nsIGSettingsService
[src]

[src]

Cast this nsIGSettingsService to one of its base interfaces.

impl nsIGSettingsService
[src]

[src]

nsIGSettingsCollection getCollectionForSchema (in AUTF8String schema);

Methods from Deref<Target = nsISupports>

[src]

Cast this nsISupports to one of its base interfaces.

[src]

void QueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

[src]

[noscript,notxpcom] nsrefcnt AddRef ();

[src]

[noscript,notxpcom] nsrefcnt Release ();

Trait Implementations

impl XpCom for nsIGSettingsService
[src]

IID: nsIID = nsID(2224818315, 22481, 20260, [183, 178, 61, 196, 172, 176, 76, 10])

[src]

Perform a QueryInterface call on this object, attempting to dynamically cast it to the requested interface type. Returns Some(RefPtr) if the cast succeeded, and None otherwise. Read more

impl RefCounted for nsIGSettingsService
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIGSettingsService
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.