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