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