#[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_int§pOpen: PtDspyOpenFuncPtr§pWrite: PtDspyWriteFuncPtr§pClose: PtDspyCloseFuncPtr§pQuery: PtDspyQueryFuncPtr§pActiveRegion: PtDspyActiveRegionFuncPtrTrait Implementations§
Source§impl Clone for PtDspyDriverFunctionTable
impl Clone for PtDspyDriverFunctionTable
Source§fn clone(&self) -> PtDspyDriverFunctionTable
fn clone(&self) -> PtDspyDriverFunctionTable
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 PtDspyDriverFunctionTable
impl Debug for PtDspyDriverFunctionTable
impl Copy for PtDspyDriverFunctionTable
Auto Trait Implementations§
impl Freeze for PtDspyDriverFunctionTable
impl RefUnwindSafe for PtDspyDriverFunctionTable
impl Send for PtDspyDriverFunctionTable
impl Sync for PtDspyDriverFunctionTable
impl Unpin for PtDspyDriverFunctionTable
impl UnwindSafe for PtDspyDriverFunctionTable
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