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