Struct windows_sys::Win32::System::Ioctl::CSV_CONTROL_PARAM
[−]#[repr(C)]pub struct CSV_CONTROL_PARAM {
pub Operation: CSV_CONTROL_OP,
pub Unused: i64,
}
Expand description
Required features: ‘Win32_System_Ioctl’
Fields
Operation: CSV_CONTROL_OP
Unused: i64
Trait Implementations
impl Clone for CSV_CONTROL_PARAM
impl Clone for CSV_CONTROL_PARAM
impl Copy for CSV_CONTROL_PARAM
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more