pub struct BranchDisp8(/* private fields */);Expand description
A signed eight-bit PC-relative branch displacement.
Implementations§
Trait Implementations§
Source§impl Clone for BranchDisp8
impl Clone for BranchDisp8
Source§fn clone(&self) -> BranchDisp8
fn clone(&self) -> BranchDisp8
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BranchDisp8
Source§impl Debug for BranchDisp8
impl Debug for BranchDisp8
impl Eq for BranchDisp8
Source§impl From<i8> for BranchDisp8
impl From<i8> for BranchDisp8
Source§impl Hash for BranchDisp8
impl Hash for BranchDisp8
Source§impl PartialEq for BranchDisp8
impl PartialEq for BranchDisp8
impl StructuralPartialEq for BranchDisp8
Auto Trait Implementations§
impl Freeze for BranchDisp8
impl RefUnwindSafe for BranchDisp8
impl Send for BranchDisp8
impl Sync for BranchDisp8
impl Unpin for BranchDisp8
impl UnsafeUnpin for BranchDisp8
impl UnwindSafe for BranchDisp8
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