pub enum VariableParameter {
Articulated(ArticulatedPart),
Attached(AttachedPart),
Separation(SeparationParameter),
EntityType(EntityTypeParameter),
EntityAssociation(EntityAssociationParameter),
Unspecified(u8, [u8; 15]),
}Expand description
6.2.94 Variable Parameter record
Variants§
Articulated(ArticulatedPart)
Attached(AttachedPart)
Separation(SeparationParameter)
EntityType(EntityTypeParameter)
EntityAssociation(EntityAssociationParameter)
Unspecified(u8, [u8; 15])
Trait Implementations§
Source§impl Clone for VariableParameter
impl Clone for VariableParameter
Source§fn clone(&self) -> VariableParameter
fn clone(&self) -> VariableParameter
Returns a duplicate 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 moreSource§impl Debug for VariableParameter
impl Debug for VariableParameter
Source§impl PartialEq for VariableParameter
impl PartialEq for VariableParameter
impl StructuralPartialEq for VariableParameter
Auto Trait Implementations§
impl Freeze for VariableParameter
impl RefUnwindSafe for VariableParameter
impl Send for VariableParameter
impl Sync for VariableParameter
impl Unpin for VariableParameter
impl UnwindSafe for VariableParameter
Blanket Implementations§
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