Struct rps_sys::RpsParamAttr
source · #[repr(C)]pub struct RpsParamAttr {
pub access: RpsAccessAttr,
pub semantic: RpsSemanticAttr,
}Expand description
Function parameter attribute.
Fields§
§access: RpsAccessAttrAccess attribute of the parameter.
semantic: RpsSemanticAttrSemantic attribute of the parameter.
Trait Implementations§
source§impl Clone for RpsParamAttr
impl Clone for RpsParamAttr
source§fn clone(&self) -> RpsParamAttr
fn clone(&self) -> RpsParamAttr
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