Enum ndspy_sys::PtDriverVersion
source · [−]#[repr(u32)]
pub enum PtDriverVersion {
k_PtDriverUnknownVersion,
k_PtDriverCurrentVersion,
}Variants
k_PtDriverUnknownVersion
k_PtDriverCurrentVersion
Trait Implementations
sourceimpl Clone for PtDriverVersion
impl Clone for PtDriverVersion
sourcefn clone(&self) -> PtDriverVersion
fn clone(&self) -> PtDriverVersion
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PtDriverVersion
impl Debug for PtDriverVersion
sourceimpl Hash for PtDriverVersion
impl Hash for PtDriverVersion
sourceimpl PartialEq<PtDriverVersion> for PtDriverVersion
impl PartialEq<PtDriverVersion> for PtDriverVersion
sourcefn eq(&self, other: &PtDriverVersion) -> bool
fn eq(&self, other: &PtDriverVersion) -> bool
impl Copy for PtDriverVersion
impl Eq for PtDriverVersion
impl StructuralEq for PtDriverVersion
impl StructuralPartialEq for PtDriverVersion
Auto Trait Implementations
impl RefUnwindSafe for PtDriverVersion
impl Send for PtDriverVersion
impl Sync for PtDriverVersion
impl Unpin for PtDriverVersion
impl UnwindSafe for PtDriverVersion
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more