Struct xpcom::interfaces::nsIScrollBoxObject [] [src]

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

interface nsIScrollBoxObject : nsISupports

Methods

impl nsIScrollBoxObject
[src]

[src]

Cast this nsIScrollBoxObject 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 nsIScrollBoxObject
[src]

IID: nsIID = nsID(1457696168, 17969, 4564, [186, 17, 0, 16, 131, 2, 60, 30])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIScrollBoxObject
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.