Struct xpcom::interfaces::nsINativeOSFileSuccessCallback [] [src]

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

interface nsINativeOSFileSuccessCallback : nsISupports

/**
 * A callback invoked in case of success.
 */

Methods

impl nsINativeOSFileSuccessCallback
[src]

[src]

Cast this nsINativeOSFileSuccessCallback to one of its base interfaces.

impl nsINativeOSFileSuccessCallback
[src]

[src]

void complete (in nsINativeOSFileResult result);

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

IID: nsIID = nsID(739844810, 51739, 16537, [139, 97, 236, 35, 207, 244, 148, 18])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsINativeOSFileSuccessCallback
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.