Struct ark_api::world::ParameterMetaDataEntry
source · [−]#[repr(C)]pub struct ParameterMetaDataEntry {
pub parameter_id: u32,
pub name: u64,
pub value_type: ValueType,
pub semantic: ParameterSemantic,
pub size_semantic_data_entry: u32,
pub semantic_data: u64,
}
Expand description
Struct describing a specific parameter of a component.
Fields
parameter_id: u32
name: u64
value_type: ValueType
semantic: ParameterSemantic
size_semantic_data_entry: u32
semantic_data: u64
Trait Implementations
sourceimpl Clone for ParameterMetaDataEntry
impl Clone for ParameterMetaDataEntry
sourcefn clone(&self) -> ParameterMetaDataEntry
fn clone(&self) -> ParameterMetaDataEntry
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ParameterMetaDataEntry
impl Debug for ParameterMetaDataEntry
impl Copy for ParameterMetaDataEntry
Auto Trait Implementations
impl RefUnwindSafe for ParameterMetaDataEntry
impl Send for ParameterMetaDataEntry
impl Sync for ParameterMetaDataEntry
impl Unpin for ParameterMetaDataEntry
impl UnwindSafe for ParameterMetaDataEntry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more