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