#[repr(transparent)]pub struct LutTruth(pub u32);Expand description
PLU LUT truth table
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for LutTruth
impl Eq for LutTruth
impl StructuralPartialEq for LutTruth
Auto Trait Implementations§
impl Freeze for LutTruth
impl RefUnwindSafe for LutTruth
impl Send for LutTruth
impl Sync for LutTruth
impl Unpin for LutTruth
impl UnwindSafe for LutTruth
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