pub enum BranchUsing {
Displacement(i32),
Register(Register),
Pointer(ControlRegister),
}Variants§
Auto Trait Implementations§
impl Freeze for BranchUsing
impl RefUnwindSafe for BranchUsing
impl Send for BranchUsing
impl Sync for BranchUsing
impl Unpin for BranchUsing
impl UnsafeUnpin for BranchUsing
impl UnwindSafe for BranchUsing
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