pub struct BrIf {
pub cond: XReg,
pub offset: PcRelOffset,
}
Expand description
Conditionally transfer control to the given PC offset if
low32(cond)
contains a non-zero value.
Fields§
§cond: XReg
§offset: PcRelOffset
Implementations§
Trait Implementations§
impl Copy for BrIf
impl Eq for BrIf
impl StructuralPartialEq for BrIf
Auto Trait Implementations§
impl Freeze for BrIf
impl RefUnwindSafe for BrIf
impl Send for BrIf
impl Sync for BrIf
impl Unpin for BrIf
impl UnwindSafe for BrIf
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