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