#[repr(u8)]pub enum Tdsel {
DATA = 0,
TAG = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Tdsel
impl Ord for Tdsel
Source§impl PartialOrd for Tdsel
impl PartialOrd for Tdsel
impl Copy for Tdsel
impl Eq for Tdsel
impl StructuralPartialEq for Tdsel
Auto Trait Implementations§
impl Freeze for Tdsel
impl RefUnwindSafe for Tdsel
impl Send for Tdsel
impl Sync for Tdsel
impl Unpin for Tdsel
impl UnwindSafe for Tdsel
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