Struct windows_sys::Wdk::Storage::FileSystem::READ_AHEAD_PARAMETERS
#[repr(C)]pub struct READ_AHEAD_PARAMETERS {
pub NodeByteSize: i16,
pub Granularity: u32,
pub PipelinedRequestSize: u32,
pub ReadAheadGrowthPercentage: u32,
}Fields§
§NodeByteSize: i16§Granularity: u32§PipelinedRequestSize: u32§ReadAheadGrowthPercentage: u32Trait Implementations§
§impl Clone for READ_AHEAD_PARAMETERS
impl Clone for READ_AHEAD_PARAMETERS
impl Copy for READ_AHEAD_PARAMETERS
Auto Trait Implementations§
impl RefUnwindSafe for READ_AHEAD_PARAMETERS
impl Send for READ_AHEAD_PARAMETERS
impl Sync for READ_AHEAD_PARAMETERS
impl Unpin for READ_AHEAD_PARAMETERS
impl UnwindSafe for READ_AHEAD_PARAMETERS
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