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