#[repr(C)]pub struct CSV_CONTROL_PARAM {
pub Operation: CSV_CONTROL_OP,
pub Unused: i64,
}Fields§
§Operation: CSV_CONTROL_OP§Unused: i64Trait Implementations§
Source§impl Abi for CSV_CONTROL_PARAM
impl Abi for CSV_CONTROL_PARAM
Source§type Abi = CSV_CONTROL_PARAM
type Abi = CSV_CONTROL_PARAM
The abi representation of the implementing type. Read more
type DefaultType = CSV_CONTROL_PARAM
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CSV_CONTROL_PARAM
Source§impl Debug for CSV_CONTROL_PARAM
impl Debug for CSV_CONTROL_PARAM
Source§impl Default for CSV_CONTROL_PARAM
impl Default for CSV_CONTROL_PARAM
impl Eq 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 UnsafeUnpin 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