#[repr(C)]pub struct _DISK_RECORD {
    pub ByteOffset: LARGE_INTEGER,
    pub StartTime: LARGE_INTEGER,
    pub EndTime: LARGE_INTEGER,
    pub VirtualAddress: PVOID,
    pub NumberOfBytes: DWORD,
    pub DeviceNumber: BYTE,
    pub ReadRequest: BOOLEAN,
}Fields§
§ByteOffset: LARGE_INTEGER§StartTime: LARGE_INTEGER§EndTime: LARGE_INTEGER§VirtualAddress: PVOID§NumberOfBytes: DWORD§DeviceNumber: BYTE§ReadRequest: BOOLEANTrait Implementations§
Source§impl Clone for _DISK_RECORD
 
impl Clone for _DISK_RECORD
Source§fn clone(&self) -> _DISK_RECORD
 
fn clone(&self) -> _DISK_RECORD
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 moreimpl Copy for _DISK_RECORD
Auto Trait Implementations§
impl Freeze for _DISK_RECORD
impl RefUnwindSafe for _DISK_RECORD
impl !Send for _DISK_RECORD
impl !Sync for _DISK_RECORD
impl Unpin for _DISK_RECORD
impl UnwindSafe for _DISK_RECORD
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