[][src]Struct fbxcel_dom::v7400::object::video::ClipHandle

pub struct ClipHandle<'a> { /* fields omitted */ }

Video node handle (clip).

Methods

impl<'a> ClipHandle<'a>[src]

pub fn relative_filename(&self) -> Result<&'a str, Error>[src]

Returns relative filename.

Note that this returns raw value, and the path separator might be a slash or a backslash.

pub fn content(&self) -> Option<&'a [u8]>[src]

Returns content.

Trait Implementations

impl<'a> Clone for ClipHandle<'a>[src]

impl<'a> Copy for ClipHandle<'a>[src]

impl<'a> Debug for ClipHandle<'a>[src]

impl<'a> Deref for ClipHandle<'a>[src]

type Target = VideoHandle<'a>

The resulting type after dereferencing.

Auto Trait Implementations

impl<'a> Send for ClipHandle<'a>

impl<'a> Sync for ClipHandle<'a>

impl<'a> Unpin for ClipHandle<'a>

impl<'a> UnwindSafe for ClipHandle<'a>

impl<'a> RefUnwindSafe for ClipHandle<'a>

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]