#[repr(C)]pub struct _CSV_CONTROL_PARAM {
pub Operation: CSV_CONTROL_OP,
pub Unused: LONGLONG,
}
Fields§
§Operation: CSV_CONTROL_OP
§Unused: LONGLONG
Trait Implementations§
Source§impl Clone for _CSV_CONTROL_PARAM
impl Clone for _CSV_CONTROL_PARAM
Source§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 moreSource§impl Debug for _CSV_CONTROL_PARAM
impl Debug for _CSV_CONTROL_PARAM
Source§impl Ord for _CSV_CONTROL_PARAM
impl Ord for _CSV_CONTROL_PARAM
Source§fn cmp(&self, other: &_CSV_CONTROL_PARAM) -> Ordering
fn cmp(&self, other: &_CSV_CONTROL_PARAM) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _CSV_CONTROL_PARAM
impl PartialEq for _CSV_CONTROL_PARAM
Source§impl PartialOrd for _CSV_CONTROL_PARAM
impl PartialOrd for _CSV_CONTROL_PARAM
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