#[repr(u8)]pub enum RDPRT {
Level0 = 0,
Level1 = 1,
Level2 = 3,
}Expand description
Read protection Level status
Value on reset: 3
Variants§
Trait Implementations§
impl Copy for RDPRT
impl Eq for RDPRT
impl IsEnum for RDPRT
impl StructuralPartialEq for RDPRT
Auto Trait Implementations§
impl Freeze for RDPRT
impl RefUnwindSafe for RDPRT
impl Send for RDPRT
impl Sync for RDPRT
impl Unpin for RDPRT
impl UnwindSafe for RDPRT
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