Struct hip_sys::hiprt::hipAccessPolicyWindow
source · #[repr(C)]pub struct hipAccessPolicyWindow {
pub base_ptr: *mut c_void,
pub hitProp: hipAccessProperty,
pub hitRatio: f32,
pub missProp: hipAccessProperty,
pub num_bytes: usize,
}Fields§
§base_ptr: *mut c_void§hitProp: hipAccessProperty§hitRatio: f32§missProp: hipAccessProperty§num_bytes: usizeTrait Implementations§
source§impl Clone for hipAccessPolicyWindow
impl Clone for hipAccessPolicyWindow
source§fn clone(&self) -> hipAccessPolicyWindow
fn clone(&self) -> hipAccessPolicyWindow
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 hipAccessPolicyWindow
impl Debug for hipAccessPolicyWindow
source§impl Default for hipAccessPolicyWindow
impl Default for hipAccessPolicyWindow
source§fn default() -> hipAccessPolicyWindow
fn default() -> hipAccessPolicyWindow
Returns the “default value” for a type. Read more
source§impl PartialEq<hipAccessPolicyWindow> for hipAccessPolicyWindow
impl PartialEq<hipAccessPolicyWindow> for hipAccessPolicyWindow
source§fn eq(&self, other: &hipAccessPolicyWindow) -> bool
fn eq(&self, other: &hipAccessPolicyWindow) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<hipAccessPolicyWindow> for hipAccessPolicyWindow
impl PartialOrd<hipAccessPolicyWindow> for hipAccessPolicyWindow
source§fn partial_cmp(&self, other: &hipAccessPolicyWindow) -> Option<Ordering>
fn partial_cmp(&self, other: &hipAccessPolicyWindow) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for hipAccessPolicyWindow
impl StructuralPartialEq for hipAccessPolicyWindow
Auto Trait Implementations§
impl RefUnwindSafe for hipAccessPolicyWindow
impl !Send for hipAccessPolicyWindow
impl !Sync for hipAccessPolicyWindow
impl Unpin for hipAccessPolicyWindow
impl UnwindSafe for hipAccessPolicyWindow
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