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