Struct xpcom::interfaces::nsISiteHSTSState [] [src]

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

interface nsISiteHSTSState : nsISiteSecurityState

Methods

impl nsISiteHSTSState
[src]

[src]

Cast this nsISiteHSTSState to one of its base interfaces.

Methods from Deref<Target = nsISiteSecurityState>

[src]

Cast this nsISiteSecurityState to one of its base interfaces.

[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;

Trait Implementations

impl XpCom for nsISiteHSTSState
[src]

IID: nsIID = nsID(2683399744, 4137, 18796, [149, 194, 188, 129, 152, 114, 178, 22])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsISiteHSTSState
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.