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