Enum Ap
#[repr(u8)]pub enum Ap {
Port0 = 0,
Port1 = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Ap
impl Eq for Ap
§impl Ord for Ap
impl Ord for Ap
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Ap
impl PartialOrd for Ap
impl StructuralPartialEq for Ap
Auto Trait Implementations§
impl Freeze for Ap
impl RefUnwindSafe for Ap
impl Send for Ap
impl Sync for Ap
impl Unpin for Ap
impl UnsafeUnpin for Ap
impl UnwindSafe for Ap
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