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