#[repr(transparent)]pub struct uct_component_attr_field(pub c_uint);Expand description
@ingroup UCT_RESOURCE @brief UCT component attributes field mask
The enumeration allows specifying which fields in @ref uct_component_attr_t are present. It is used for backward compatibility support.
Tuple Fields§
§0: c_uintImplementations§
Source§impl uct_component_attr_field
impl uct_component_attr_field
Sourcepub const UCT_COMPONENT_ATTR_FIELD_NAME: uct_component_attr_field
pub const UCT_COMPONENT_ATTR_FIELD_NAME: uct_component_attr_field
< Component name
Source§impl uct_component_attr_field
impl uct_component_attr_field
Sourcepub const UCT_COMPONENT_ATTR_FIELD_MD_RESOURCE_COUNT: uct_component_attr_field
pub const UCT_COMPONENT_ATTR_FIELD_MD_RESOURCE_COUNT: uct_component_attr_field
< MD resource count
Source§impl uct_component_attr_field
impl uct_component_attr_field
Sourcepub const UCT_COMPONENT_ATTR_FIELD_MD_RESOURCES: uct_component_attr_field
pub const UCT_COMPONENT_ATTR_FIELD_MD_RESOURCES: uct_component_attr_field
< MD resources array
Source§impl uct_component_attr_field
impl uct_component_attr_field
Sourcepub const UCT_COMPONENT_ATTR_FIELD_FLAGS: uct_component_attr_field
pub const UCT_COMPONENT_ATTR_FIELD_FLAGS: uct_component_attr_field
< Capability flags
Trait Implementations§
Source§impl BitAnd for uct_component_attr_field
impl BitAnd for uct_component_attr_field
Source§impl BitAndAssign for uct_component_attr_field
impl BitAndAssign for uct_component_attr_field
Source§fn bitand_assign(&mut self, rhs: uct_component_attr_field)
fn bitand_assign(&mut self, rhs: uct_component_attr_field)
Performs the
&= operation. Read moreSource§impl BitOr for uct_component_attr_field
impl BitOr for uct_component_attr_field
Source§impl BitOrAssign for uct_component_attr_field
impl BitOrAssign for uct_component_attr_field
Source§fn bitor_assign(&mut self, rhs: uct_component_attr_field)
fn bitor_assign(&mut self, rhs: uct_component_attr_field)
Performs the
|= operation. Read moreSource§impl Clone for uct_component_attr_field
impl Clone for uct_component_attr_field
Source§fn clone(&self) -> uct_component_attr_field
fn clone(&self) -> uct_component_attr_field
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 uct_component_attr_field
impl Debug for uct_component_attr_field
Source§impl Hash for uct_component_attr_field
impl Hash for uct_component_attr_field
Source§impl PartialEq for uct_component_attr_field
impl PartialEq for uct_component_attr_field
impl Copy for uct_component_attr_field
impl Eq for uct_component_attr_field
impl StructuralPartialEq for uct_component_attr_field
Auto Trait Implementations§
impl Freeze for uct_component_attr_field
impl RefUnwindSafe for uct_component_attr_field
impl Send for uct_component_attr_field
impl Sync for uct_component_attr_field
impl Unpin for uct_component_attr_field
impl UnwindSafe for uct_component_attr_field
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