#[repr(C)]pub struct m68k_op_br_disp {
pub disp: i32,
pub disp_size: u8,
}
Fields§
§disp: i32
< displacement value
disp_size: u8
< Size from m68k_op_br_disp_size type above
Trait Implementations§
Source§impl Clone for m68k_op_br_disp
impl Clone for m68k_op_br_disp
Source§fn clone(&self) -> m68k_op_br_disp
fn clone(&self) -> m68k_op_br_disp
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for m68k_op_br_disp
impl Debug for m68k_op_br_disp
impl Copy for m68k_op_br_disp
Auto Trait Implementations§
impl Freeze for m68k_op_br_disp
impl RefUnwindSafe for m68k_op_br_disp
impl Send for m68k_op_br_disp
impl Sync for m68k_op_br_disp
impl Unpin for m68k_op_br_disp
impl UnwindSafe for m68k_op_br_disp
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