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