Struct xpcom::interfaces::nsISelectionDisplay [] [src]

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

interface nsISelectionDisplay : nsISupports

Methods

impl nsISelectionDisplay
[src]

[src]

Cast this nsISelectionDisplay to one of its base interfaces.

impl nsISelectionDisplay
[src]

DISPLAY_TEXT: i64 = 1

DISPLAY_IMAGES: i64 = 2

DISPLAY_FRAMES: i64 = 4

DISPLAY_ALL: i64 = 7

[src]

void setSelectionFlags (in short toggle);

[src]

short getSelectionFlags ();

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

IID: nsIID = nsID(232758812, 7634, 4530, [161, 131, 144, 138, 8, 170, 117, 174])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsISelectionDisplay
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.