#[repr(C)]pub struct WasmLabels {
pub length: usize,
pub capacity: usize,
pub labels: *mut WasmLabel,
}Fields§
§length: usize§capacity: usize§labels: *mut WasmLabelImplementations§
Trait Implementations§
Source§impl Clone for WasmLabels
impl Clone for WasmLabels
Source§fn clone(&self) -> WasmLabels
fn clone(&self) -> WasmLabels
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WasmLabels
impl ConstDefault for WasmLabels
Source§impl Debug for WasmLabels
impl Debug for WasmLabels
Source§impl Hash for WasmLabels
impl Hash for WasmLabels
impl Copy for WasmLabels
Auto Trait Implementations§
impl Freeze for WasmLabels
impl RefUnwindSafe for WasmLabels
impl !Send for WasmLabels
impl !Sync for WasmLabels
impl Unpin for WasmLabels
impl UnsafeUnpin for WasmLabels
impl UnwindSafe for WasmLabels
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