Struct xpcom::interfaces::nsICollationFactory [] [src]

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

interface nsICollationFactory : nsISupports

Methods

impl nsICollationFactory
[src]

[src]

Cast this nsICollationFactory to one of its base interfaces.

impl nsICollationFactory
[src]

[src]

/**
     * Create a new collation for the current application locale.
     *
     * @return A new collation.
     */

nsICollation CreateCollation ();

[src]

/**
     * Create a new collation for a given locale.
     *
     * @return A new collation.
     */

nsICollation CreateCollationForLocale (in ACString locale);

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

IID: nsIID = nsID(77012500, 54963, 19162, [140, 187, 195, 161, 56, 66, 179, 73])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsICollationFactory
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.