[][src]Struct bvh_anim::Channel

pub struct Channel { /* fields omitted */ }

A Channel composed of a ChannelType and an index into the corresponding motion data.

Methods

impl Channel[src]

pub const fn channel_type(&self) -> ChannelType[src]

Returns the ChannelType to which this Channel corresponds.

pub const fn motion_index(&self) -> usize[src]

Returns the index of the motion value to which this Channel corresponds.

Trait Implementations

impl Copy for Channel[src]

impl PartialEq<Channel> for Channel[src]

impl Clone for Channel[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<Channel> for bvh_Channel[src]

impl From<bvh_Channel> for Channel[src]

impl Eq for Channel[src]

impl Debug for Channel[src]

impl<'_> Index<&'_ Channel> for Frame[src]

type Output = f32

The returned type after indexing.

impl<'_> IndexMut<&'_ Channel> for Frame[src]

impl Hash for Channel[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for Channel

impl Sync for Channel

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

impl<T> From for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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 for T where
    T: ?Sized
[src]

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

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