#[repr(u8)]pub enum Enmod {
ENMOD_0 = 0,
ENMOD_1 = 1,
}Variants§
ENMOD_0 = 0
GPT counter will retain its value when it is disabled.
ENMOD_1 = 1
GPT counter value is reset to 0 when it is disabled.
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