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