Struct binaryen_sys::TypeBuilder
source · #[repr(C)]pub struct TypeBuilder { /* private fields */ }
Trait Implementations§
source§impl Clone for TypeBuilder
impl Clone for TypeBuilder
source§fn clone(&self) -> TypeBuilder
fn clone(&self) -> TypeBuilder
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 TypeBuilder
impl Debug for TypeBuilder
impl Copy for TypeBuilder
Auto Trait Implementations§
impl RefUnwindSafe for TypeBuilder
impl Send for TypeBuilder
impl Sync for TypeBuilder
impl Unpin for TypeBuilder
impl UnwindSafe for TypeBuilder
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