Enum Cstf
#[repr(u8)]pub enum Cstf {
DISABLED = 0,
ENABLED = 1,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Cstf
impl Ord for Cstf
§impl PartialOrd for Cstf
impl PartialOrd for Cstf
impl Copy for Cstf
impl Eq for Cstf
impl StructuralPartialEq for Cstf
Auto Trait Implementations§
impl Freeze for Cstf
impl RefUnwindSafe for Cstf
impl Send for Cstf
impl Sync for Cstf
impl Unpin for Cstf
impl UnwindSafe for Cstf
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