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