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