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