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