Struct ndspy_sys::PtDspyDriverFunctionTable
source · [−]#[repr(C)]pub struct PtDspyDriverFunctionTable {
pub Version: c_int,
pub pOpen: PtDspyOpenFuncPtr,
pub pWrite: PtDspyWriteFuncPtr,
pub pClose: PtDspyCloseFuncPtr,
pub pQuery: PtDspyQueryFuncPtr,
pub pActiveRegion: PtDspyActiveRegionFuncPtr,
}Fields
Version: c_intpOpen: PtDspyOpenFuncPtrpWrite: PtDspyWriteFuncPtrpClose: PtDspyCloseFuncPtrpQuery: PtDspyQueryFuncPtrpActiveRegion: PtDspyActiveRegionFuncPtrTrait Implementations
sourceimpl Clone for PtDspyDriverFunctionTable
impl Clone for PtDspyDriverFunctionTable
sourcefn clone(&self) -> PtDspyDriverFunctionTable
fn clone(&self) -> PtDspyDriverFunctionTable
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 PtDspyDriverFunctionTable
impl Debug for PtDspyDriverFunctionTable
impl Copy for PtDspyDriverFunctionTable
Auto Trait Implementations
impl RefUnwindSafe for PtDspyDriverFunctionTable
impl Send for PtDspyDriverFunctionTable
impl Sync for PtDspyDriverFunctionTable
impl Unpin for PtDspyDriverFunctionTable
impl UnwindSafe for PtDspyDriverFunctionTable
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