Struct rps_sys::RpsTypeInfo
source · Expand description
@brief Parameters of a type used in the RPS library.
Fields§
§size: u16< Size of a single instance in bytes.
id: u16< Unique identifier of the type.
Trait Implementations§
source§impl Clone for RpsTypeInfo
impl Clone for RpsTypeInfo
source§fn clone(&self) -> RpsTypeInfo
fn clone(&self) -> RpsTypeInfo
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