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