pub enum Use2fs {
Use1fs = 0,
Use2fs = 1,
}Expand description
Use 2FS register
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Use2fs
impl Eq for Use2fs
impl StructuralPartialEq for Use2fs
Auto Trait Implementations§
impl Freeze for Use2fs
impl RefUnwindSafe for Use2fs
impl Send for Use2fs
impl Sync for Use2fs
impl Unpin for Use2fs
impl UnwindSafe for Use2fs
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