#[repr(C)]pub struct CUaccessPolicyWindow_st {
pub base_ptr: *mut c_void,
pub num_bytes: usize,
pub hitRatio: f32,
pub hitProp: CUaccessProperty,
pub missProp: CUaccessProperty,
}Fields§
§base_ptr: *mut c_void§num_bytes: usize§hitRatio: f32§hitProp: CUaccessProperty§missProp: CUaccessPropertyTrait Implementations§
Source§impl Clone for CUaccessPolicyWindow_st
impl Clone for CUaccessPolicyWindow_st
Source§fn clone(&self) -> CUaccessPolicyWindow_st
fn clone(&self) -> CUaccessPolicyWindow_st
Returns a duplicate 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 CUaccessPolicyWindow_st
impl Debug for CUaccessPolicyWindow_st
Source§impl PartialEq for CUaccessPolicyWindow_st
impl PartialEq for CUaccessPolicyWindow_st
Source§impl PartialOrd for CUaccessPolicyWindow_st
impl PartialOrd for CUaccessPolicyWindow_st
impl Copy for CUaccessPolicyWindow_st
impl StructuralPartialEq for CUaccessPolicyWindow_st
Auto Trait Implementations§
impl Freeze for CUaccessPolicyWindow_st
impl RefUnwindSafe for CUaccessPolicyWindow_st
impl !Send for CUaccessPolicyWindow_st
impl !Sync for CUaccessPolicyWindow_st
impl Unpin for CUaccessPolicyWindow_st
impl UnsafeUnpin for CUaccessPolicyWindow_st
impl UnwindSafe for CUaccessPolicyWindow_st
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