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