Struct xpcom::interfaces::nsIUserInfo [] [src]

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

interface nsIUserInfo : nsISupports

Methods

impl nsIUserInfo
[src]

[src]

Cast this nsIUserInfo to one of its base interfaces.

impl nsIUserInfo
[src]

[src]

readonly attribute wstring fullname;

[src]

readonly attribute string emailAddress;

[src]

readonly attribute string username;

[src]

readonly attribute string domain;

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

IID: nsIID = nsID(1813001456, 7634, 4530, [170, 20, 230, 101, 126, 215, 187, 11])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIUserInfo
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.