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