Struct windows_sys::Win32::System::Ioctl::FILE_PREFETCH
[−]Expand description
Required features: "Win32_System_Ioctl"
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
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