Struct Ckdfsdmasel
#[repr(transparent)]pub struct Ckdfsdmasel(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Ckdfsdmasel
impl Ckdfsdmasel
Trait Implementations§
§impl Clone for Ckdfsdmasel
impl Clone for Ckdfsdmasel
§fn clone(&self) -> Ckdfsdmasel
fn clone(&self) -> Ckdfsdmasel
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Ord for Ckdfsdmasel
impl Ord for Ckdfsdmasel
§impl PartialEq for Ckdfsdmasel
impl PartialEq for Ckdfsdmasel
§impl PartialOrd for Ckdfsdmasel
impl PartialOrd for Ckdfsdmasel
impl Copy for Ckdfsdmasel
impl Eq for Ckdfsdmasel
impl StructuralPartialEq for Ckdfsdmasel
Auto Trait Implementations§
impl Freeze for Ckdfsdmasel
impl RefUnwindSafe for Ckdfsdmasel
impl Send for Ckdfsdmasel
impl Sync for Ckdfsdmasel
impl Unpin for Ckdfsdmasel
impl UnwindSafe for Ckdfsdmasel
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