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