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