pub struct Table<LH, TH, T, const WIDTH: usize>{ /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<LH, TH, T, const WIDTH: usize> Freeze for Table<LH, TH, T, WIDTH>
impl<LH, TH, T, const WIDTH: usize> RefUnwindSafe for Table<LH, TH, T, WIDTH>
impl<LH, TH, T, const WIDTH: usize> Send for Table<LH, TH, T, WIDTH>
impl<LH, TH, T, const WIDTH: usize> Sync for Table<LH, TH, T, WIDTH>
impl<LH, TH, T, const WIDTH: usize> Unpin for Table<LH, TH, T, WIDTH>
impl<LH, TH, T, const WIDTH: usize> UnwindSafe for Table<LH, TH, T, WIDTH>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more