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