#[repr(transparent)]pub struct Lut(pub u32);Expand description
Lookup Table x
Tuple Fields§
§0: u32Implementations§
Source§impl Lut
impl Lut
Sourcepub const fn set_operand0(&mut self, val: u8)
pub const fn set_operand0(&mut self, val: u8)
OPERAND0
Sourcepub const fn set_num_pads0(&mut self, val: u8)
pub const fn set_num_pads0(&mut self, val: u8)
NUM_PADS0
Sourcepub const fn set_opcode0(&mut self, val: u8)
pub const fn set_opcode0(&mut self, val: u8)
OPCODE
Sourcepub const fn set_operand1(&mut self, val: u8)
pub const fn set_operand1(&mut self, val: u8)
OPERAND1
Sourcepub const fn set_num_pads1(&mut self, val: u8)
pub const fn set_num_pads1(&mut self, val: u8)
NUM_PADS1
Sourcepub const fn set_opcode1(&mut self, val: u8)
pub const fn set_opcode1(&mut self, val: u8)
OPCODE1
Trait Implementations§
impl Copy for Lut
impl Eq for Lut
impl StructuralPartialEq for Lut
Auto Trait Implementations§
impl Freeze for Lut
impl RefUnwindSafe for Lut
impl Send for Lut
impl Sync for Lut
impl Unpin for Lut
impl UnwindSafe for Lut
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