Struct xpcom::interfaces::nsISiteSecurityState [] [src]

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

interface nsISiteSecurityState : nsISupports

Methods

impl nsISiteSecurityState
[src]

[src]

Cast this nsISiteSecurityState to one of its base interfaces.

impl nsISiteSecurityState
[src]

SECURITY_PROPERTY_UNSET: i64 = 0

SECURITY_PROPERTY_SET: i64 = 1

SECURITY_PROPERTY_KNOCKOUT: i64 = 2

SECURITY_PROPERTY_NEGATIVE: i64 = 3

[src]

[must_use] readonly attribute ACString hostname;

[src]

[infallible] readonly attribute long long expireTime;

[src]

[infallible] readonly attribute short securityPropertyState;

[src]

[infallible] readonly attribute boolean includeSubdomains;

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

IID: nsIID = nsID(825308018, 33836, 16656, [189, 241, 106, 234, 23, 200, 69, 173])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsISiteSecurityState
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.