Struct binaryen_sys::BinaryenLiteral
source · #[repr(C)]pub struct BinaryenLiteral {
pub type_: usize,
pub __bindgen_anon_1: BinaryenLiteral__bindgen_ty_1,
}
Fields§
§type_: usize
§__bindgen_anon_1: BinaryenLiteral__bindgen_ty_1
Trait Implementations§
source§impl Clone for BinaryenLiteral
impl Clone for BinaryenLiteral
source§fn clone(&self) -> BinaryenLiteral
fn clone(&self) -> BinaryenLiteral
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 moreimpl Copy for BinaryenLiteral
Auto Trait Implementations§
impl RefUnwindSafe for BinaryenLiteral
impl !Send for BinaryenLiteral
impl !Sync for BinaryenLiteral
impl Unpin for BinaryenLiteral
impl UnwindSafe for BinaryenLiteral
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