Enum Vcatch
pub enum Vcatch {
_0 = 0,
_1 = 1,
}Expand description
no description available
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Vcatch
impl Eq for Vcatch
impl StructuralPartialEq for Vcatch
Auto Trait Implementations§
impl Freeze for Vcatch
impl RefUnwindSafe for Vcatch
impl Send for Vcatch
impl Sync for Vcatch
impl Unpin for Vcatch
impl UnwindSafe for Vcatch
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