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