pub struct Way { /* private fields */ }
Expand description
Unspecified
Implementations§
Source§impl Way
impl Way
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn data0(self) -> Reg<u32, RW>
pub const fn data0(self) -> Reg<u32, RW>
Description cluster: Cache data bits [31:0] of SET[n], WAY[o].
Sourcepub const fn data1(self) -> Reg<u32, RW>
pub const fn data1(self) -> Reg<u32, RW>
Description cluster: Cache data bits [63:32] of SET[n], WAY[o].
Trait Implementations§
impl Copy for Way
impl Eq for Way
impl Send for Way
impl StructuralPartialEq for Way
impl Sync for Way
Auto Trait Implementations§
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)