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