Struct xpcom::interfaces::nsISupportsDouble [] [src]

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

interface nsISupportsDouble : nsISupportsPrimitive

/**
 * Scriptable storage for doubles
 */

Methods

impl nsISupportsDouble
[src]

[src]

Cast this nsISupportsDouble to one of its base interfaces.

impl nsISupportsDouble
[src]

[src]

attribute double data;

[src]

attribute double 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 nsISupportsDouble
[src]

IID: nsIID = nsID(3005555616, 19136, 4563, [186, 234, 0, 128, 95, 138, 93, 215])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsISupportsDouble
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.