pub struct CLUTWR { /* private fields */ }
Expand description
Layerx CLUT Write Register
Implementations§
Auto Trait Implementations§
impl !Freeze for CLUTWR
impl !RefUnwindSafe for CLUTWR
impl Send for CLUTWR
impl !Sync for CLUTWR
impl Unpin for CLUTWR
impl UnwindSafe for CLUTWR
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