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