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