Struct xpcom::interfaces::nsISupportsPRBool [] [src]

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

interface nsISupportsPRBool : nsISupportsPrimitive

/**
 * The rest are truly primitive and are passed by value
 */
/**
 * Scriptable storage for booleans
 */

Methods

impl nsISupportsPRBool
[src]

[src]

Cast this nsISupportsPRBool to one of its base interfaces.

impl nsISupportsPRBool
[src]

[src]

attribute boolean data;

[src]

attribute boolean data;

[src]

string toString ();

Methods from Deref<Target = nsISupportsPrimitive>

[src]

Cast this nsISupportsPrimitive to one of its base interfaces.

[src]

readonly attribute unsigned short type;

Trait Implementations

impl XpCom for nsISupportsPRBool
[src]

IID: nsIID = nsID(3720590480, 18972, 4563, [152, 144, 0, 96, 8, 150, 36, 34])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsISupportsPRBool
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.