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