Struct a2lfile::AlignmentFloat64Ieee
source · pub struct AlignmentFloat64Ieee {
pub alignment_border: u16,
/* private fields */
}Expand description
Defines the alignment of 64bit floats in complex objects (maps and axis)
Fields§
§alignment_border: u16Implementations§
Trait Implementations§
source§impl A2lObject<((u32, bool), ())> for AlignmentFloat64Ieee
impl A2lObject<((u32, bool), ())> for AlignmentFloat64Ieee
source§fn get_layout(&self) -> &BlockInfo<((u32, bool), ())>
fn get_layout(&self) -> &BlockInfo<((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), ())>
fn get_layout_mut(&mut self) -> &mut BlockInfo<((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 AlignmentFloat64Ieee
impl Clone for AlignmentFloat64Ieee
source§fn clone(&self) -> AlignmentFloat64Ieee
fn clone(&self) -> AlignmentFloat64Ieee
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 AlignmentFloat64Ieee
impl Debug for AlignmentFloat64Ieee
source§impl PartialEq<AlignmentFloat64Ieee> for AlignmentFloat64Ieee
impl PartialEq<AlignmentFloat64Ieee> for AlignmentFloat64Ieee
Auto Trait Implementations§
impl RefUnwindSafe for AlignmentFloat64Ieee
impl Send for AlignmentFloat64Ieee
impl Sync for AlignmentFloat64Ieee
impl Unpin for AlignmentFloat64Ieee
impl UnwindSafe for AlignmentFloat64Ieee
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