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