Struct Pllmboost
#[repr(transparent)]pub struct Pllmboost(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Pllmboost
impl Pllmboost
pub const BYPASS: Self
pub const BYPASS: Self
division by 1 (bypass)
pub const DIV2: Self
pub const DIV2: Self
division by 2
pub const DIV4: Self
pub const DIV4: Self
division by 4
pub const DIV6: Self
pub const DIV6: Self
division by 6
pub const DIV8: Self
pub const DIV8: Self
division by 8
pub const DIV10: Self
pub const DIV10: Self
division by 10
pub const DIV12: Self
pub const DIV12: Self
division by 12
pub const DIV14: Self
pub const DIV14: Self
division by 14
pub const DIV16: Self
pub const DIV16: Self
division by 16
Trait Implementations§
§impl Ord for Pllmboost
impl Ord for Pllmboost
§impl PartialOrd for Pllmboost
impl PartialOrd for Pllmboost
impl Copy for Pllmboost
impl Eq for Pllmboost
impl StructuralPartialEq for Pllmboost
Auto Trait Implementations§
impl Freeze for Pllmboost
impl RefUnwindSafe for Pllmboost
impl Send for Pllmboost
impl Sync for Pllmboost
impl Unpin for Pllmboost
impl UnwindSafe for Pllmboost
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