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