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