[][src]Struct ot_utils::OTSlice

pub struct OTSlice {
    pub loop_point: u32,
    pub start_point: u32,
    pub length: u32,
}

Struct used for the individual slices

Fields

loop_point: u32start_point: u32length: u32

Auto Trait Implementations

impl RefUnwindSafe for OTSlice

impl Send for OTSlice

impl Sync for OTSlice

impl Unpin for OTSlice

impl UnwindSafe for OTSlice

Blanket Implementations

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

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

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

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

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

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.