Struct xpcom::interfaces::nsIPlatformInfo [] [src]

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

interface nsIPlatformInfo : nsISupports

Methods

impl nsIPlatformInfo
[src]

[src]

Cast this nsIPlatformInfo to one of its base interfaces.

impl nsIPlatformInfo
[src]

[src]

/**
   * The version of the XULRunner platform.
   */

readonly attribute ACString platformVersion;

[src]

/**
   * The build ID/date of gecko and the XULRunner platform.
   */

readonly attribute ACString platformBuildID;

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

IID: nsIID = nsID(2875609295, 2054, 19178, [184, 242, 64, 253, 174, 116, 241, 204])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPlatformInfo
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.