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