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