Struct windows_sys::Win32::System::Ioctl::CSV_QUERY_FILE_REVISION
[−]Expand description
Required features: "Win32_System_Ioctl"
Fields
FileId: i64
FileRevision: [i64; 3]
Trait Implementations
impl Clone for CSV_QUERY_FILE_REVISION
impl Clone for CSV_QUERY_FILE_REVISION
impl Copy for CSV_QUERY_FILE_REVISION
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more