pub struct auipc {
pub rd: &'static str,
pub imm: i32,
}Fields§
§rd: &'static str§imm: i32Trait Implementations§
impl StructuralPartialEq for auipc
Auto Trait Implementations§
impl Freeze for auipc
impl RefUnwindSafe for auipc
impl Send for auipc
impl Sync for auipc
impl Unpin for auipc
impl UnwindSafe for auipc
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