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