Struct DRVENABLEDATA
#[repr(C)]pub struct DRVENABLEDATA {
pub iDriverVersion: u32,
pub c: u32,
pub pdrvfn: *mut DRVFN,
}
Fields§
§iDriverVersion: u32
§c: u32
§pdrvfn: *mut DRVFN
Trait Implementations§
§impl Clone for DRVENABLEDATA
impl Clone for DRVENABLEDATA
§fn clone(&self) -> DRVENABLEDATA
fn clone(&self) -> DRVENABLEDATA
Returns a copy 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 moreimpl Copy for DRVENABLEDATA
Auto Trait Implementations§
impl Freeze for DRVENABLEDATA
impl RefUnwindSafe for DRVENABLEDATA
impl !Send for DRVENABLEDATA
impl !Sync for DRVENABLEDATA
impl Unpin for DRVENABLEDATA
impl UnwindSafe for DRVENABLEDATA
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