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