Struct xpcom::interfaces::nsIFTPChannel [] [src]

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

interface nsIFTPChannel : nsISupports

/**
 * This interface may be used to determine if a channel is a FTP channel.
 */

Methods

impl nsIFTPChannel
[src]

[src]

Cast this nsIFTPChannel to one of its base interfaces.

impl nsIFTPChannel
[src]

[src]

attribute PRTime lastModifiedTime;

[src]

attribute PRTime lastModifiedTime;

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

IID: nsIID = nsID(133223885, 8149, 19107, [182, 252, 102, 91, 220, 93, 191, 159])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIFTPChannel
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.