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