Struct windows::Win32::System::Ioctl::DISK_RECORD
#[repr(C)]pub struct DISK_RECORD {
pub ByteOffset: i64,
pub StartTime: i64,
pub EndTime: i64,
pub VirtualAddress: *mut c_void,
pub NumberOfBytes: u32,
pub DeviceNumber: u8,
pub ReadRequest: BOOLEAN,
}
Fields§
§ByteOffset: i64
§StartTime: i64
§EndTime: i64
§VirtualAddress: *mut c_void
§NumberOfBytes: u32
§DeviceNumber: u8
§ReadRequest: BOOLEAN
Trait Implementations§
§impl Clone for DISK_RECORD
impl Clone for DISK_RECORD
§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 more§impl Debug for DISK_RECORD
impl Debug for DISK_RECORD
§impl PartialEq for DISK_RECORD
impl PartialEq for DISK_RECORD
§fn eq(&self, other: &DISK_RECORD) -> bool
fn eq(&self, other: &DISK_RECORD) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DISK_RECORD
impl Eq for DISK_RECORD
impl StructuralPartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)