#[repr(C)]pub struct OVERRIDE_PREFETCH_PARAMETER {
pub Value: UINT32,
}
Fields§
§Value: UINT32
Trait Implementations§
Source§impl Clone for OVERRIDE_PREFETCH_PARAMETER
impl Clone for OVERRIDE_PREFETCH_PARAMETER
Source§fn clone(&self) -> OVERRIDE_PREFETCH_PARAMETER
fn clone(&self) -> OVERRIDE_PREFETCH_PARAMETER
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 OVERRIDE_PREFETCH_PARAMETER
impl Debug for OVERRIDE_PREFETCH_PARAMETER
Source§impl Ord for OVERRIDE_PREFETCH_PARAMETER
impl Ord for OVERRIDE_PREFETCH_PARAMETER
Source§fn cmp(&self, other: &OVERRIDE_PREFETCH_PARAMETER) -> Ordering
fn cmp(&self, other: &OVERRIDE_PREFETCH_PARAMETER) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for OVERRIDE_PREFETCH_PARAMETER
impl PartialOrd for OVERRIDE_PREFETCH_PARAMETER
impl Copy for OVERRIDE_PREFETCH_PARAMETER
impl Eq for OVERRIDE_PREFETCH_PARAMETER
impl StructuralPartialEq for OVERRIDE_PREFETCH_PARAMETER
Auto Trait Implementations§
impl Freeze for OVERRIDE_PREFETCH_PARAMETER
impl RefUnwindSafe for OVERRIDE_PREFETCH_PARAMETER
impl Send for OVERRIDE_PREFETCH_PARAMETER
impl Sync for OVERRIDE_PREFETCH_PARAMETER
impl Unpin for OVERRIDE_PREFETCH_PARAMETER
impl UnwindSafe for OVERRIDE_PREFETCH_PARAMETER
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