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