Struct 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: u32
Trait Implementations§
§impl Clone for READ_AHEAD_PARAMETERS
impl Clone for READ_AHEAD_PARAMETERS
§fn clone(&self) -> READ_AHEAD_PARAMETERS
fn clone(&self) -> READ_AHEAD_PARAMETERS
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 moreimpl Copy for READ_AHEAD_PARAMETERS
Auto Trait Implementations§
impl Freeze for READ_AHEAD_PARAMETERS
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