Struct DRVM_IOCTL_DATA
#[repr(C, packed(1))]pub struct DRVM_IOCTL_DATA {
pub dwSize: u32,
pub dwCmd: u32,
}
Fields§
§dwSize: u32
§dwCmd: u32
Trait Implementations§
§impl Clone for DRVM_IOCTL_DATA
impl Clone for DRVM_IOCTL_DATA
§fn clone(&self) -> DRVM_IOCTL_DATA
fn clone(&self) -> DRVM_IOCTL_DATA
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 more§impl Default for DRVM_IOCTL_DATA
impl Default for DRVM_IOCTL_DATA
impl Copy for DRVM_IOCTL_DATA
Auto Trait Implementations§
impl Freeze for DRVM_IOCTL_DATA
impl RefUnwindSafe for DRVM_IOCTL_DATA
impl Send for DRVM_IOCTL_DATA
impl Sync for DRVM_IOCTL_DATA
impl Unpin for DRVM_IOCTL_DATA
impl UnwindSafe for DRVM_IOCTL_DATA
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