Struct a2lfile::CombinationStruct
source · pub struct CombinationStruct {
pub criterion_name: String,
pub criterion_value: String,
/* private fields */
}Expand description
Auto generated for repeating sequence combination in block VAR_FORBIDDEN_COMB
Fields§
§criterion_name: String§criterion_value: StringImplementations§
Trait Implementations§
source§impl A2lObject<(u32, u32)> for CombinationStruct
impl A2lObject<(u32, u32)> for CombinationStruct
source§fn get_layout(&self) -> &BlockInfo<(u32, u32)>
fn get_layout(&self) -> &BlockInfo<(u32, u32)>
get a reference to the BlockInfo that describes the layout of the a2l object
source§fn get_layout_mut(&mut self) -> &mut BlockInfo<(u32, u32)>
fn get_layout_mut(&mut self) -> &mut BlockInfo<(u32, u32)>
get a mutable reference to the BlockInfo that describes the layout of the a2l object
source§fn reset_location(&mut self)
fn reset_location(&mut self)
reset the location information on the a2l object. It will be treated like a new object when writing a file
source§fn merge_includes(&mut self)
fn merge_includes(&mut self)
reset the reference to an include file on this objct and its children.
This causes the object to be written into the output file instead of referenced through /include “filename”
source§impl Clone for CombinationStruct
impl Clone for CombinationStruct
source§fn clone(&self) -> CombinationStruct
fn clone(&self) -> CombinationStruct
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 moresource§impl Debug for CombinationStruct
impl Debug for CombinationStruct
source§impl PartialEq<CombinationStruct> for CombinationStruct
impl PartialEq<CombinationStruct> for CombinationStruct
Auto Trait Implementations§
impl RefUnwindSafe for CombinationStruct
impl Send for CombinationStruct
impl Sync for CombinationStruct
impl Unpin for CombinationStruct
impl UnwindSafe for CombinationStruct
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