Struct xpcom::interfaces::mozIVisitInfo [] [src]

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

interface mozIVisitInfo : nsISupports

Methods

impl mozIVisitInfo
[src]

[src]

Cast this mozIVisitInfo to one of its base interfaces.

impl mozIVisitInfo
[src]

[src]

/**
   * The machine-local (internal) id of the visit.
   */

readonly attribute long long visitId;

[src]

/**
   * The time the visit occurred.
   */

readonly attribute PRTime visitDate;

[src]

/**
   * The transition type used to get to this visit.  One of the TRANSITION_TYPE
   * constants on nsINavHistory.
   *
   * @see nsINavHistory.idl
   */

readonly attribute unsigned long transitionType;

[src]

/**
   * The referring URI of this visit.  This may be null.
   */

readonly attribute nsIURI referrerURI;

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

IID: nsIID = nsID(1105513673, 61640, 19671, [151, 83, 122, 56, 81, 75, 132, 136])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for mozIVisitInfo
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.