#[repr(u8)]pub enum Enmod {
RESUME_COUNT = 0,
ZERO_COUNT = 1,
}Variants§
RESUME_COUNT = 0
Restart counting from their frozen values after GPT is enabled (EN=1).
ZERO_COUNT = 1
Reset counting from 0 after GPT is enabled (EN=1).
Implementations§
Trait Implementations§
Source§impl Ord for Enmod
impl Ord for Enmod
Source§impl PartialOrd for Enmod
impl PartialOrd for Enmod
impl Copy for Enmod
impl Eq for Enmod
impl StructuralPartialEq for Enmod
Auto Trait Implementations§
impl Freeze for Enmod
impl RefUnwindSafe for Enmod
impl Send for Enmod
impl Sync for Enmod
impl Unpin for Enmod
impl UnwindSafe for Enmod
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