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