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