#[repr(C)]pub struct WasmElementSegments {
pub elementSegments: *mut WasmElementSegment,
pub count: U32,
}Fields§
§elementSegments: *mut WasmElementSegment§count: U32Implementations§
Trait Implementations§
Source§impl Clone for WasmElementSegments
impl Clone for WasmElementSegments
Source§fn clone(&self) -> WasmElementSegments
fn clone(&self) -> WasmElementSegments
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 moreSource§impl ConstDefault for WasmElementSegments
impl ConstDefault for WasmElementSegments
Source§impl Debug for WasmElementSegments
impl Debug for WasmElementSegments
Source§impl Hash for WasmElementSegments
impl Hash for WasmElementSegments
impl Copy for WasmElementSegments
Auto Trait Implementations§
impl Freeze for WasmElementSegments
impl RefUnwindSafe for WasmElementSegments
impl !Send for WasmElementSegments
impl !Sync for WasmElementSegments
impl Unpin for WasmElementSegments
impl UnwindSafe for WasmElementSegments
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