#[repr(u8)]pub enum TapNum {
NoTap = 0,
Single = 1,
Double = 2,
Reserved = 3,
}Expand description
Variants§
Trait Implementations§
impl Copy for TapNum
impl Eq for TapNum
impl StructuralPartialEq for TapNum
Auto Trait Implementations§
impl Freeze for TapNum
impl RefUnwindSafe for TapNum
impl Send for TapNum
impl Sync for TapNum
impl Unpin for TapNum
impl UnwindSafe for TapNum
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