[][src]Struct tract_linalg::frame::pack_b::PackedWriter

pub struct PackedWriter<'p, T> where
    T: Copy + Debug
{ /* fields omitted */ }

Implementations

impl<'p, T> PackedWriter<'p, T> where
    T: Copy + Debug
[src]

pub fn new(
    data: &'p mut [T],
    panel_width: usize,
    mn: usize,
    k: usize
) -> PackedWriter<'p, T>
[src]

pub fn write(&mut self, t: T)[src]

Trait Implementations

impl<'p, T: Debug> Debug for PackedWriter<'p, T> where
    T: Copy + Debug
[src]

Auto Trait Implementations

impl<'p, T> RefUnwindSafe for PackedWriter<'p, T> where
    T: RefUnwindSafe

impl<'p, T> !Send for PackedWriter<'p, T>

impl<'p, T> !Sync for PackedWriter<'p, T>

impl<'p, T> Unpin for PackedWriter<'p, T>

impl<'p, T> UnwindSafe for PackedWriter<'p, T> where
    T: RefUnwindSafe

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.