Struct windows_sys::Wdk::Storage::FileSystem::COPY_INFORMATION
#[repr(C)]pub struct COPY_INFORMATION {
pub SourceFileObject: *mut FILE_OBJECT,
pub SourceFileOffset: i64,
}
Expand description
Required features: "Wdk_Foundation"
, "Wdk_System_SystemServices"
, "Win32_Foundation"
, "Win32_Security"
, "Win32_System_IO"
, "Win32_System_Kernel"
, "Win32_System_Power"
, "Win32_System_WindowsProgramming"
Fields§
§SourceFileObject: *mut FILE_OBJECT
§SourceFileOffset: i64
Trait Implementations§
§impl Clone for COPY_INFORMATION
impl Clone for COPY_INFORMATION
impl Copy for COPY_INFORMATION
Auto Trait Implementations§
impl RefUnwindSafe for COPY_INFORMATION
impl !Send for COPY_INFORMATION
impl !Sync for COPY_INFORMATION
impl Unpin for COPY_INFORMATION
impl UnwindSafe for COPY_INFORMATION
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