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