Struct a2lfile::Asap2Version
source · pub struct Asap2Version {
pub version_no: u16,
pub upgrade_no: u16,
/* private fields */
}Expand description
Version of the ASAM MCD-2MC standard used by this file
This keyword is mandatory. Example: ASAP2_VERSION 1 61
Fields§
§version_no: u16§upgrade_no: u16Implementations§
Trait Implementations§
source§impl A2lObject<((u32, bool), (u32, bool))> for Asap2Version
impl A2lObject<((u32, bool), (u32, bool))> for Asap2Version
source§fn get_layout(&self) -> &BlockInfo<((u32, bool), (u32, bool))>
fn get_layout(&self) -> &BlockInfo<((u32, bool), (u32, bool))>
get a reference to the BlockInfo that describes the layout of the a2l object
source§fn get_layout_mut(&mut self) -> &mut BlockInfo<((u32, bool), (u32, bool))>
fn get_layout_mut(&mut self) -> &mut BlockInfo<((u32, bool), (u32, bool))>
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 Asap2Version
impl Clone for Asap2Version
source§fn clone(&self) -> Asap2Version
fn clone(&self) -> Asap2Version
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 Asap2Version
impl Debug for Asap2Version
source§impl PartialEq<Asap2Version> for Asap2Version
impl PartialEq<Asap2Version> for Asap2Version
Auto Trait Implementations§
impl RefUnwindSafe for Asap2Version
impl Send for Asap2Version
impl Sync for Asap2Version
impl Unpin for Asap2Version
impl UnwindSafe for Asap2Version
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