Struct xpcom::interfaces::nsISHEntryInternal [] [src]

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

interface nsISHEntryInternal : nsISupports

Methods

impl nsISHEntryInternal
[src]

[src]

Cast this nsISHEntryInternal to one of its base interfaces.

impl nsISHEntryInternal
[src]

[src]

[notxpcom] void RemoveFromBFCacheAsync ();

[src]

[notxpcom] void RemoveFromBFCacheSync ();

[src]

/**
     * A number that is assigned by the sHistory when the entry is activated
     */

attribute unsigned long lastTouched;

[src]

/**
     * A number that is assigned by the sHistory when the entry is activated
     */

attribute unsigned long lastTouched;

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

IID: nsIID = nsID(3144068149, 9531, 18207, [163, 23, 62, 206, 148, 15, 4, 197])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsISHEntryInternal
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.