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