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