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