pub enum LpcacXom {
Disable = 0,
Enable = 1,
}Expand description
LPCAC XOM(eXecute-Only-Memory) attribute control
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for LpcacXom
impl Eq for LpcacXom
impl StructuralPartialEq for LpcacXom
Auto Trait Implementations§
impl Freeze for LpcacXom
impl RefUnwindSafe for LpcacXom
impl Send for LpcacXom
impl Sync for LpcacXom
impl Unpin for LpcacXom
impl UnwindSafe for LpcacXom
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