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