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