Struct xed::BranchDisp
source · pub struct BranchDisp {
pub is_relative: bool,
pub disp: i32,
pub width_in_bits: u32,
}Fields§
§is_relative: bool§disp: i32§width_in_bits: u32Trait Implementations§
source§impl Clone for BranchDisp
impl Clone for BranchDisp
source§fn clone(&self) -> BranchDisp
fn clone(&self) -> BranchDisp
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 BranchDisp
impl Debug for BranchDisp
source§impl Hash for BranchDisp
impl Hash for BranchDisp
source§impl PartialEq for BranchDisp
impl PartialEq for BranchDisp
source§fn eq(&self, other: &BranchDisp) -> bool
fn eq(&self, other: &BranchDisp) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for BranchDisp
impl StructuralPartialEq for BranchDisp
Auto Trait Implementations§
impl Freeze for BranchDisp
impl RefUnwindSafe for BranchDisp
impl Send for BranchDisp
impl Sync for BranchDisp
impl Unpin for BranchDisp
impl UnwindSafe for BranchDisp
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