Struct xpcom::interfaces::nsIWifiAccessPoint [] [src]

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

interface nsIWifiAccessPoint : nsISupports

Methods

impl nsIWifiAccessPoint
[src]

[src]

Cast this nsIWifiAccessPoint to one of its base interfaces.

impl nsIWifiAccessPoint
[src]

[src]

readonly attribute ACString mac;

[src]

readonly attribute AString ssid;

[src]

readonly attribute ACString rawSSID;

[src]

readonly attribute long signal;

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

IID: nsIID = nsID(3800981839, 36742, 17663, [188, 245, 95, 24, 34, 88, 52, 160])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIWifiAccessPoint
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.