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