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