pub struct DataGraphTOSANameQualityARM {
pub quality_flags: DataGraphTOSAQualityFlagsARM,
/* private fields */
}Expand description
Fields§
§quality_flags: DataGraphTOSAQualityFlagsARMImplementations§
Source§impl DataGraphTOSANameQualityARM
impl DataGraphTOSANameQualityARM
pub fn quality_flags(self, value: DataGraphTOSAQualityFlagsARM) -> Self
pub fn get_name(&self) -> &CStr
Trait Implementations§
Source§impl Clone for DataGraphTOSANameQualityARM
impl Clone for DataGraphTOSANameQualityARM
Source§fn clone(&self) -> DataGraphTOSANameQualityARM
fn clone(&self) -> DataGraphTOSANameQualityARM
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DataGraphTOSANameQualityARM
Source§impl Default for DataGraphTOSANameQualityARM
Available on crate feature ext_data_graph_instruction_set_tosa only.
impl Default for DataGraphTOSANameQualityARM
Available on crate feature
ext_data_graph_instruction_set_tosa only.impl Send for DataGraphTOSANameQualityARM
Available on crate feature
ext_data_graph_instruction_set_tosa only.impl Sync for DataGraphTOSANameQualityARM
Available on crate feature
ext_data_graph_instruction_set_tosa only.Auto Trait Implementations§
impl Freeze for DataGraphTOSANameQualityARM
impl RefUnwindSafe for DataGraphTOSANameQualityARM
impl Unpin for DataGraphTOSANameQualityARM
impl UnsafeUnpin for DataGraphTOSANameQualityARM
impl UnwindSafe for DataGraphTOSANameQualityARM
Blanket Implementations§
impl<T> Alias<T> for T
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