pub struct Jmp { /* private fields */ }Implementations§
Trait Implementations§
impl Copy for Jmp
impl StructuralPartialEq for Jmp
Auto Trait Implementations§
impl Freeze for Jmp
impl RefUnwindSafe for Jmp
impl Send for Jmp
impl Sync for Jmp
impl Unpin for Jmp
impl UnwindSafe for Jmp
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