pub enum HardwareCacheOpResult {
Access,
Miss,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for HardwareCacheOpResult
impl Clone for HardwareCacheOpResult
Source§fn clone(&self) -> HardwareCacheOpResult
fn clone(&self) -> HardwareCacheOpResult
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for HardwareCacheOpResult
impl Debug for HardwareCacheOpResult
impl Copy for HardwareCacheOpResult
Auto Trait Implementations§
impl Freeze for HardwareCacheOpResult
impl RefUnwindSafe for HardwareCacheOpResult
impl Send for HardwareCacheOpResult
impl Sync for HardwareCacheOpResult
impl Unpin for HardwareCacheOpResult
impl UnwindSafe for HardwareCacheOpResult
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