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