pub struct CacheParametersEcx(/* private fields */);Implementations§
Source§impl CacheParametersEcx
 
impl CacheParametersEcx
Sourcepub const fn number_of_sets_minus_one(&self) -> u32
 
pub const fn number_of_sets_minus_one(&self) -> u32
Bits: 0..32
Sourcepub const fn with_number_of_sets_minus_one_checked(
    self,
    value: u32,
) -> Result<Self, ()>
 
pub const fn with_number_of_sets_minus_one_checked( self, value: u32, ) -> Result<Self, ()>
Bits: 0..32
Sourcepub const fn with_number_of_sets_minus_one(self, value: u32) -> Self
 
pub const fn with_number_of_sets_minus_one(self, value: u32) -> Self
Bits: 0..32
Sourcepub const fn set_number_of_sets_minus_one(&mut self, value: u32)
 
pub const fn set_number_of_sets_minus_one(&mut self, value: u32)
Bits: 0..32
Trait Implementations§
Source§impl Clone for CacheParametersEcx
 
impl Clone for CacheParametersEcx
Source§fn clone(&self) -> CacheParametersEcx
 
fn clone(&self) -> CacheParametersEcx
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 CacheParametersEcx
 
impl Debug for CacheParametersEcx
Source§impl Default for CacheParametersEcx
 
impl Default for CacheParametersEcx
Source§impl From<CacheParametersEcx> for u32
 
impl From<CacheParametersEcx> for u32
Source§fn from(v: CacheParametersEcx) -> u32
 
fn from(v: CacheParametersEcx) -> u32
Converts to this type from the input type.
Source§impl From<u32> for CacheParametersEcx
 
impl From<u32> for CacheParametersEcx
impl Copy for CacheParametersEcx
Auto Trait Implementations§
impl Freeze for CacheParametersEcx
impl RefUnwindSafe for CacheParametersEcx
impl Send for CacheParametersEcx
impl Sync for CacheParametersEcx
impl Unpin for CacheParametersEcx
impl UnwindSafe for CacheParametersEcx
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