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