#[repr(C)]pub struct _CSV_MGMT_LOCK {
pub Flags: DWORD,
}
Fields§
§Flags: DWORD
Trait Implementations§
Source§impl Clone for _CSV_MGMT_LOCK
impl Clone for _CSV_MGMT_LOCK
Source§fn clone(&self) -> _CSV_MGMT_LOCK
fn clone(&self) -> _CSV_MGMT_LOCK
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_MGMT_LOCK
impl Debug for _CSV_MGMT_LOCK
Source§impl Ord for _CSV_MGMT_LOCK
impl Ord for _CSV_MGMT_LOCK
Source§fn cmp(&self, other: &_CSV_MGMT_LOCK) -> Ordering
fn cmp(&self, other: &_CSV_MGMT_LOCK) -> 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_MGMT_LOCK
impl PartialEq for _CSV_MGMT_LOCK
Source§impl PartialOrd for _CSV_MGMT_LOCK
impl PartialOrd for _CSV_MGMT_LOCK
impl Copy for _CSV_MGMT_LOCK
impl Eq for _CSV_MGMT_LOCK
impl StructuralPartialEq for _CSV_MGMT_LOCK
Auto Trait Implementations§
impl Freeze for _CSV_MGMT_LOCK
impl RefUnwindSafe for _CSV_MGMT_LOCK
impl Send for _CSV_MGMT_LOCK
impl Sync for _CSV_MGMT_LOCK
impl Unpin for _CSV_MGMT_LOCK
impl UnwindSafe for _CSV_MGMT_LOCK
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