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