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