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