Enum Tdsel
pub enum Tdsel {
_0 = 0,
_1 = 1,
}Expand description
Tag/Data Select
Value on reset: 0
Variants§
Trait Implementations§
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