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