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