Struct a2lfile::Identification
source · pub struct Identification {
pub position: u16,
pub datatype: DataType,
/* private fields */
}Expand description
used to describe that an 'identifier' is deposited in a specific position in the adjustable object
Fields§
§position: u16§datatype: DataTypeImplementations§
Trait Implementations§
source§impl A2lObject<((u32, bool), u32)> for Identification
impl A2lObject<((u32, bool), u32)> for Identification
source§fn get_layout(&self) -> &BlockInfo<((u32, bool), u32)>
fn get_layout(&self) -> &BlockInfo<((u32, bool), 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, bool), u32)>
fn get_layout_mut(&mut self) -> &mut BlockInfo<((u32, bool), 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 Identification
impl Clone for Identification
source§fn clone(&self) -> Identification
fn clone(&self) -> Identification
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 Identification
impl Debug for Identification
source§impl PartialEq<Identification> for Identification
impl PartialEq<Identification> for Identification
Auto Trait Implementations§
impl RefUnwindSafe for Identification
impl Send for Identification
impl Sync for Identification
impl Unpin for Identification
impl UnwindSafe for Identification
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