Struct rcudnn::cudaAccessPolicyWindow
source · #[repr(C)]pub struct cudaAccessPolicyWindow {
pub base_ptr: *mut c_void,
pub num_bytes: usize,
pub hitRatio: f32,
pub hitProp: cudaAccessProperty,
pub missProp: cudaAccessProperty,
}
Fields§
§base_ptr: *mut c_void
§num_bytes: usize
§hitRatio: f32
§hitProp: cudaAccessProperty
§missProp: cudaAccessProperty
Trait Implementations§
source§impl Clone for cudaAccessPolicyWindow
impl Clone for cudaAccessPolicyWindow
source§fn clone(&self) -> cudaAccessPolicyWindow
fn clone(&self) -> cudaAccessPolicyWindow
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 cudaAccessPolicyWindow
impl Debug for cudaAccessPolicyWindow
impl Copy for cudaAccessPolicyWindow
Auto Trait Implementations§
impl RefUnwindSafe for cudaAccessPolicyWindow
impl !Send for cudaAccessPolicyWindow
impl !Sync for cudaAccessPolicyWindow
impl Unpin for cudaAccessPolicyWindow
impl UnwindSafe for cudaAccessPolicyWindow
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