#[repr(C)]pub struct sljit_label {
pub next: *mut sljit_label,
pub u: sljit_label__bindgen_ty_1,
pub size: sljit_uw,
}Fields§
§next: *mut sljit_label§u: sljit_label__bindgen_ty_1§size: sljit_uwImplementations§
Trait 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 duplicate 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 moreimpl Copy for sljit_label
Auto Trait Implementations§
impl Freeze for sljit_label
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