Enum Pllpbit
#[repr(u8)]pub enum Pllpbit {
DIV7 = 0,
DIV17 = 1,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Pllpbit
impl Ord for Pllpbit
§impl PartialOrd for Pllpbit
impl PartialOrd for Pllpbit
impl Copy for Pllpbit
impl Eq for Pllpbit
impl StructuralPartialEq for Pllpbit
Auto Trait Implementations§
impl Freeze for Pllpbit
impl RefUnwindSafe for Pllpbit
impl Send for Pllpbit
impl Sync for Pllpbit
impl Unpin for Pllpbit
impl UnwindSafe for Pllpbit
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