#[repr(u8)]pub enum WriteProtection {
None = 0,
Quarter = 1,
Half = 2,
All = 3,
}Variants§
Auto Trait Implementations§
impl Freeze for WriteProtection
impl RefUnwindSafe for WriteProtection
impl Send for WriteProtection
impl Sync for WriteProtection
impl Unpin for WriteProtection
impl UnwindSafe for WriteProtection
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