Struct windows_sys::Win32::System::Ioctl::FILE_PREFETCH
#[repr(C)]pub struct FILE_PREFETCH {
pub Type: u32,
pub Count: u32,
pub Prefetch: [u64; 1],
}
Fields§
§Type: u32
§Count: u32
§Prefetch: [u64; 1]
Trait Implementations§
§impl Clone for FILE_PREFETCH
impl Clone for FILE_PREFETCH
impl Copy for FILE_PREFETCH
Auto Trait Implementations§
impl RefUnwindSafe for FILE_PREFETCH
impl Send for FILE_PREFETCH
impl Sync for FILE_PREFETCH
impl Unpin for FILE_PREFETCH
impl UnwindSafe for FILE_PREFETCH
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