#[repr(C)]pub struct PrefetchBufferResult {
pub recent_buffer: Buffer,
pub initiated_io: bool,
}
Fields§
§recent_buffer: Buffer
§initiated_io: bool
Trait Implementations§
Source§impl Clone for PrefetchBufferResult
impl Clone for PrefetchBufferResult
Source§fn clone(&self) -> PrefetchBufferResult
fn clone(&self) -> PrefetchBufferResult
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 moreSource§impl Debug for PrefetchBufferResult
impl Debug for PrefetchBufferResult
Source§impl Default for PrefetchBufferResult
impl Default for PrefetchBufferResult
Source§fn default() -> PrefetchBufferResult
fn default() -> PrefetchBufferResult
Returns the “default value” for a type. Read more
impl Copy for PrefetchBufferResult
Auto Trait Implementations§
impl Freeze for PrefetchBufferResult
impl RefUnwindSafe for PrefetchBufferResult
impl Send for PrefetchBufferResult
impl Sync for PrefetchBufferResult
impl Unpin for PrefetchBufferResult
impl UnwindSafe for PrefetchBufferResult
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