pub enum CSSCW {
CLEAR,
}
Expand description
Values that can be written to the field CSSC
Variants§
CLEAR
Clear CSSF flag
Auto Trait Implementations§
impl Freeze for CSSCW
impl RefUnwindSafe for CSSCW
impl Send for CSSCW
impl Sync for CSSCW
impl Unpin for CSSCW
impl UnwindSafe for CSSCW
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