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