Struct rps_sys::RpsSemanticAttr
source · #[repr(C)]pub struct RpsSemanticAttr {
pub semantic: RpsSemantic,
pub semanticIndex: u32,
}Expand description
@brief Graph entry and node parameter semantic attribute.
Fields§
§semantic: RpsSemantic§semanticIndex: u32Trait Implementations§
source§impl Clone for RpsSemanticAttr
impl Clone for RpsSemanticAttr
source§fn clone(&self) -> RpsSemanticAttr
fn clone(&self) -> RpsSemanticAttr
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 more