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