pub enum VCATCHW {
_0,
_1,
}Expand description
Values that can be written to the field VCATCH
Variants§
Auto Trait Implementations§
impl Freeze for VCATCHW
impl RefUnwindSafe for VCATCHW
impl Send for VCATCHW
impl Sync for VCATCHW
impl Unpin for VCATCHW
impl UnsafeUnpin for VCATCHW
impl UnwindSafe for VCATCHW
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