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