pub struct SwitchTarget { /* private fields */ }Expand description
A switch or branch target represented as both relative and absolute offsets.
Implementations§
Trait Implementations§
Source§impl Clone for SwitchTarget
impl Clone for SwitchTarget
Source§fn clone(&self) -> SwitchTarget
fn clone(&self) -> SwitchTarget
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 SwitchTarget
Source§impl Debug for SwitchTarget
impl Debug for SwitchTarget
impl Eq for SwitchTarget
Source§impl PartialEq for SwitchTarget
impl PartialEq for SwitchTarget
impl StructuralPartialEq for SwitchTarget
Auto Trait Implementations§
impl Freeze for SwitchTarget
impl RefUnwindSafe for SwitchTarget
impl Send for SwitchTarget
impl Sync for SwitchTarget
impl Unpin for SwitchTarget
impl UnsafeUnpin for SwitchTarget
impl UnwindSafe for SwitchTarget
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