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