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