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