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