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