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