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