pub struct FormatCSR {
pub csr: u16,
pub rs: usize,
pub rd: usize,
}Fields§
§csr: u16§rs: usize§rd: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for FormatCSR
impl RefUnwindSafe for FormatCSR
impl Send for FormatCSR
impl Sync for FormatCSR
impl Unpin for FormatCSR
impl UnwindSafe for FormatCSR
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