#[repr(transparent)]pub struct Csar(pub u32);Expand description
Cache Search Address
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Csar
impl Eq for Csar
impl StructuralPartialEq for Csar
Auto Trait Implementations§
impl Freeze for Csar
impl RefUnwindSafe for Csar
impl Send for Csar
impl Sync for Csar
impl Unpin for Csar
impl UnwindSafe for Csar
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