Struct llvm_ir::module::FunctionAttributeGroup
source · [−]pub struct FunctionAttributeGroup {
pub group_id: GroupID,
pub attrs: Vec<FunctionAttribute>,
}Expand description
Fields
group_id: GroupIDattrs: Vec<FunctionAttribute>Trait Implementations
sourceimpl Clone for FunctionAttributeGroup
impl Clone for FunctionAttributeGroup
sourcefn clone(&self) -> FunctionAttributeGroup
fn clone(&self) -> FunctionAttributeGroup
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for FunctionAttributeGroup
impl Debug for FunctionAttributeGroup
sourceimpl PartialEq<FunctionAttributeGroup> for FunctionAttributeGroup
impl PartialEq<FunctionAttributeGroup> for FunctionAttributeGroup
sourcefn eq(&self, other: &FunctionAttributeGroup) -> bool
fn eq(&self, other: &FunctionAttributeGroup) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Eq for FunctionAttributeGroup
impl StructuralEq for FunctionAttributeGroup
impl StructuralPartialEq for FunctionAttributeGroup
Auto Trait Implementations
impl RefUnwindSafe for FunctionAttributeGroup
impl Send for FunctionAttributeGroup
impl Sync for FunctionAttributeGroup
impl Unpin for FunctionAttributeGroup
impl UnwindSafe for FunctionAttributeGroup
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more