Struct xpcom::interfaces::nsIMozNavigatorNetwork [] [src]

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

interface nsIMozNavigatorNetwork : nsISupports

Methods

impl nsIMozNavigatorNetwork
[src]

[src]

Cast this nsIMozNavigatorNetwork to one of its base interfaces.

impl nsIMozNavigatorNetwork
[src]

[src]

readonly attribute nsINetworkProperties properties;

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

IID: nsIID = nsID(2035700283, 25374, 20352, [148, 165, 56, 131, 188, 253, 107, 243])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIMozNavigatorNetwork
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.