#[repr(u8)]pub enum CLevel {
Zero = 0,
One = 1,
Two = 2,
Three = 3,
Four = 4,
Five = 5,
Six = 6,
Seven = 7,
Eight = 8,
Nine = 9,
}
Expand description
Possible CLevel settings
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CLevel
impl RefUnwindSafe for CLevel
impl Send for CLevel
impl Sync for CLevel
impl Unpin for CLevel
impl UnwindSafe for CLevel
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