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