#[repr(u8)]pub enum Protect {
VALUE0 = 0,
VALUE1 = 1,
}Variants§
VALUE0 = 0
Not protected. All IPS controllers can access LUTCR and LUT memory.
VALUE1 = 1
Protected. Only secure IPS controller can change the value of LUTCR and write to LUT memory.
Implementations§
Trait Implementations§
Source§impl Ord for Protect
impl Ord for Protect
Source§impl PartialOrd for Protect
impl PartialOrd for Protect
impl Copy for Protect
impl Eq for Protect
impl StructuralPartialEq for Protect
Auto Trait Implementations§
impl Freeze for Protect
impl RefUnwindSafe for Protect
impl Send for Protect
impl Sync for Protect
impl Unpin for Protect
impl UnwindSafe for Protect
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