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