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