#[repr(C)]pub struct _FILE_PREFETCH {
pub Type: DWORD,
pub Count: DWORD,
pub Prefetch: [DWORDLONG; 1],
}Fields§
§Type: DWORD§Count: DWORD§Prefetch: [DWORDLONG; 1]Trait Implementations§
Source§impl Clone for _FILE_PREFETCH
impl Clone for _FILE_PREFETCH
Source§fn clone(&self) -> _FILE_PREFETCH
fn clone(&self) -> _FILE_PREFETCH
Returns a duplicate 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 moreSource§impl Debug for _FILE_PREFETCH
impl Debug for _FILE_PREFETCH
impl Copy for _FILE_PREFETCH
Auto Trait Implementations§
impl Freeze for _FILE_PREFETCH
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