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