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