pub enum CgMode {
IGNORE = 0,
NONE = 1,
PROPS = 2,
SOFT = 3,
FULL = 4,
STRICT = 5,
DEFAULT = 6,
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CgMode
impl RefUnwindSafe for CgMode
impl Send for CgMode
impl Sync for CgMode
impl Unpin for CgMode
impl UnwindSafe for CgMode
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