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