Struct xpcom::interfaces::nsICloneableInputStreamWithRange [] [src]

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

interface nsICloneableInputStreamWithRange : nsICloneableInputStream

Methods

impl nsICloneableInputStreamWithRange
[src]

[src]

Cast this nsICloneableInputStreamWithRange to one of its base interfaces.

impl nsICloneableInputStreamWithRange
[src]

[src]

nsIInputStream cloneWithRange (in uint64_t start, in uint64_t length);

Methods from Deref<Target = nsICloneableInputStream>

[src]

Cast this nsICloneableInputStream to one of its base interfaces.

[src]

[infallible] readonly attribute boolean cloneable;

[src]

nsIInputStream clone ();

Trait Implementations

impl XpCom for nsICloneableInputStreamWithRange
[src]

IID: nsIID = nsID(3974648771, 44525, 19695, [143, 81, 13, 20, 147, 214, 11, 213])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsICloneableInputStreamWithRange
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.