Struct parity_wasm::elements::BrTableData
source · pub struct BrTableData {
pub table: Box<[u32]>,
pub default: u32,
}
Fields§
§table: Box<[u32]>
§default: u32
Trait Implementations§
source§impl Clone for BrTableData
impl Clone for BrTableData
source§fn clone(&self) -> BrTableData
fn clone(&self) -> BrTableData
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 Debug for BrTableData
impl Debug for BrTableData
source§impl Hash for BrTableData
impl Hash for BrTableData
source§impl PartialEq<BrTableData> for BrTableData
impl PartialEq<BrTableData> for BrTableData
source§fn eq(&self, other: &BrTableData) -> bool
fn eq(&self, other: &BrTableData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for BrTableData
impl StructuralEq for BrTableData
impl StructuralPartialEq for BrTableData
Auto Trait Implementations§
impl RefUnwindSafe for BrTableData
impl Send for BrTableData
impl Sync for BrTableData
impl Unpin for BrTableData
impl UnwindSafe for BrTableData
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