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