Enum Osr
#[repr(u8)]pub enum Osr {
LessThan256 = 0,
LessThan512 = 1,
}Variants§
LessThan256 = 0
Master clock frequency = Fless thansub FSless than/sub x 256
LessThan512 = 1
Master clock frequency = Fless thansub FSless than/sub x 512
Implementations§
Trait Implementations§
impl Copy for Osr
impl Eq for Osr
§impl Ord for Osr
impl Ord for Osr
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Osr
impl PartialOrd for Osr
impl StructuralPartialEq for Osr
Auto Trait Implementations§
impl Freeze for Osr
impl RefUnwindSafe for Osr
impl Send for Osr
impl Sync for Osr
impl Unpin for Osr
impl UnsafeUnpin for Osr
impl UnwindSafe for Osr
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