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