Struct sljit_sys::sljit_put_label
source · #[repr(C)]pub struct sljit_put_label {
pub next: *mut sljit_put_label,
pub label: *mut sljit_label,
pub addr: sljit_uw,
pub flags: sljit_uw,
}Fields§
§next: *mut sljit_put_label§label: *mut sljit_label§addr: sljit_uw§flags: sljit_uwTrait Implementations§
source§impl Clone for sljit_put_label
impl Clone for sljit_put_label
source§fn clone(&self) -> sljit_put_label
fn clone(&self) -> sljit_put_label
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 ConstDefault for sljit_put_label
impl ConstDefault for sljit_put_label
source§impl Debug for sljit_put_label
impl Debug for sljit_put_label
source§impl Hash for sljit_put_label
impl Hash for sljit_put_label
impl Copy for sljit_put_label
Auto Trait Implementations§
impl RefUnwindSafe for sljit_put_label
impl !Send for sljit_put_label
impl !Sync for sljit_put_label
impl Unpin for sljit_put_label
impl UnwindSafe for sljit_put_label
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