Struct windows::Win32::System::Ioctl::CSV_CONTROL_PARAM
#[repr(C)]pub struct CSV_CONTROL_PARAM {
pub Operation: CSV_CONTROL_OP,
pub Unused: i64,
}
Fields§
§Operation: CSV_CONTROL_OP
§Unused: i64
Trait Implementations§
§impl Clone for CSV_CONTROL_PARAM
impl Clone for CSV_CONTROL_PARAM
§fn clone(&self) -> CSV_CONTROL_PARAM
fn clone(&self) -> CSV_CONTROL_PARAM
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 Debug for CSV_CONTROL_PARAM
impl Debug for CSV_CONTROL_PARAM
§impl Default for CSV_CONTROL_PARAM
impl Default for CSV_CONTROL_PARAM
§impl PartialEq for CSV_CONTROL_PARAM
impl PartialEq for CSV_CONTROL_PARAM
§fn eq(&self, other: &CSV_CONTROL_PARAM) -> bool
fn eq(&self, other: &CSV_CONTROL_PARAM) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CSV_CONTROL_PARAM
impl Eq for CSV_CONTROL_PARAM
impl StructuralPartialEq for CSV_CONTROL_PARAM
Auto Trait Implementations§
impl Freeze for CSV_CONTROL_PARAM
impl RefUnwindSafe for CSV_CONTROL_PARAM
impl Send for CSV_CONTROL_PARAM
impl Sync for CSV_CONTROL_PARAM
impl Unpin for CSV_CONTROL_PARAM
impl UnwindSafe for CSV_CONTROL_PARAM
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)