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