Enum apic::LapicTimerDivide
source · #[repr(u32)]pub enum LapicTimerDivide {
By1 = 1,
By2 = 2,
By4 = 4,
By8 = 8,
By16 = 16,
By32 = 32,
By64 = 64,
By128 = 128,
}
Expand description
The possible values for the Local APIC Timer Divide Configuration Register.
Variants§
Trait Implementations§
source§impl Clone for LapicTimerDivide
impl Clone for LapicTimerDivide
source§fn clone(&self) -> LapicTimerDivide
fn clone(&self) -> LapicTimerDivide
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LapicTimerDivide
impl Debug for LapicTimerDivide
impl Copy for LapicTimerDivide
Auto Trait Implementations§
impl RefUnwindSafe for LapicTimerDivide
impl Send for LapicTimerDivide
impl Sync for LapicTimerDivide
impl Unpin for LapicTimerDivide
impl UnwindSafe for LapicTimerDivide
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