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