pub struct LowRiscPage(pub [u8; 2048]);
Tuple Fields§
§0: [u8; 2048]
Trait Implementations§
Source§impl AsMut<[u8]> for LowRiscPage
impl AsMut<[u8]> for LowRiscPage
Source§impl Default for LowRiscPage
impl Default for LowRiscPage
Source§impl Index<usize> for LowRiscPage
impl Index<usize> for LowRiscPage
Auto Trait Implementations§
impl Freeze for LowRiscPage
impl RefUnwindSafe for LowRiscPage
impl Send for LowRiscPage
impl Sync for LowRiscPage
impl Unpin for LowRiscPage
impl UnwindSafe for LowRiscPage
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