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