#[repr(transparent)]pub struct Lutcr(pub u32);Expand description
LUT Control
Tuple Fields§
§0: u32Implementations§
Source§impl Lutcr
impl Lutcr
Sourcepub const fn set_unlock(&mut self, val: Unlock)
pub const fn set_unlock(&mut self, val: Unlock)
Unlock LUT
Sourcepub const fn set_protect(&mut self, val: Protect)
pub const fn set_protect(&mut self, val: Protect)
LUT Protection
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