Struct xpcom::interfaces::nsINativeOSFileErrorCallback [] [src]

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

interface nsINativeOSFileErrorCallback : nsISupports

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

Methods

impl nsINativeOSFileErrorCallback
[src]

[src]

Cast this nsINativeOSFileErrorCallback to one of its base interfaces.

impl nsINativeOSFileErrorCallback
[src]

[src]

/**
   * @param operation The name of the failed operation. Provided to aid
   * debugging only, may change without notice.
   * @param OSstatus The OS status of the operation (errno under Unix,
   * GetLastError under Windows).
   */

void complete (in ACString operation, in long OSstatus);

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

IID: nsIID = nsID(4128432380, 26422, 19748, [170, 80, 253, 102, 27, 59, 64, 182])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsINativeOSFileErrorCallback
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.