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