Struct xpcom::interfaces::nsIDOMFontFace [] [src]

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

interface nsIDOMFontFace : nsISupports

Methods

impl nsIDOMFontFace
[src]

[src]

Cast this nsIDOMFontFace to one of its base interfaces.

impl nsIDOMFontFace
[src]

[src]

readonly attribute boolean fromFontGroup;

[src]

readonly attribute boolean fromLanguagePrefs;

[src]

readonly attribute boolean fromSystemFallback;

[src]

readonly attribute DOMString name;

[src]

readonly attribute DOMString CSSFamilyName;

[src]

readonly attribute nsIDOMCSSFontFaceRule rule;

[src]

readonly attribute long srcIndex;

[src]

readonly attribute DOMString URI;

[src]

readonly attribute DOMString localName;

[src]

readonly attribute DOMString format;

[src]

readonly attribute DOMString metadata;

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

IID: nsIID = nsID(2587562610, 25989, 20289, [176, 143, 253, 197, 218, 68, 76, 208])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMFontFace
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.