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