Struct Pllnodiv
#[repr(transparent)]pub struct Pllnodiv(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Pllnodiv
impl Ord for Pllnodiv
§impl PartialOrd for Pllnodiv
impl PartialOrd for Pllnodiv
impl Copy for Pllnodiv
impl Eq for Pllnodiv
impl StructuralPartialEq for Pllnodiv
Auto Trait Implementations§
impl Freeze for Pllnodiv
impl RefUnwindSafe for Pllnodiv
impl Send for Pllnodiv
impl Sync for Pllnodiv
impl Unpin for Pllnodiv
impl UnwindSafe for Pllnodiv
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