pub enum LutStore {
Store8(Vec<u8>),
Store16(Vec<u16>),
}Variants§
Implementations§
Trait Implementations§
impl StructuralPartialEq for LutStore
Auto Trait Implementations§
impl Freeze for LutStore
impl RefUnwindSafe for LutStore
impl Send for LutStore
impl Sync for LutStore
impl Unpin for LutStore
impl UnsafeUnpin for LutStore
impl UnwindSafe for LutStore
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