Struct xpcom::interfaces::nsINativeOSFileInternalsService [] [src]

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

interface nsINativeOSFileInternalsService : nsISupports

/**
 * A service providing native implementations of some of the features
 * of OS.File.
 */

Methods

impl nsINativeOSFileInternalsService
[src]

[src]

Cast this nsINativeOSFileInternalsService to one of its base interfaces.

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 nsINativeOSFileInternalsService
[src]

IID: nsIID = nsID(2436063917, 5414, 17955, [158, 107, 162, 235, 8, 175, 187, 185])

[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 nsINativeOSFileInternalsService
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsINativeOSFileInternalsService
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.