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