#[repr(u32)]pub enum PtDriverVersion {
Unknown = 0,
Current = 1,
}Variants§
Trait Implementations§
Source§impl Clone for PtDriverVersion
impl Clone for PtDriverVersion
Source§fn clone(&self) -> PtDriverVersion
fn clone(&self) -> PtDriverVersion
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PtDriverVersion
impl Debug for PtDriverVersion
Source§impl Hash for PtDriverVersion
impl Hash for PtDriverVersion
Source§impl PartialEq for PtDriverVersion
impl PartialEq for PtDriverVersion
impl Copy for PtDriverVersion
impl Eq for PtDriverVersion
impl StructuralPartialEq for PtDriverVersion
Auto Trait Implementations§
impl Freeze for PtDriverVersion
impl RefUnwindSafe for PtDriverVersion
impl Send for PtDriverVersion
impl Sync for PtDriverVersion
impl Unpin for PtDriverVersion
impl UnwindSafe for PtDriverVersion
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