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