pub struct AlignmentInt64 {
pub alignment_border: u16,
/* private fields */
}Expand description
Defines the alignment of int64 values in complex objects (maps and axis)
Fields§
§alignment_border: u16Implementations§
Trait Implementations§
Source§impl A2lObject<((u32, bool), ())> for AlignmentInt64
impl A2lObject<((u32, bool), ())> for AlignmentInt64
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 objectSource§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 objectSource§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 AlignmentInt64
impl Clone for AlignmentInt64
Source§fn clone(&self) -> AlignmentInt64
fn clone(&self) -> AlignmentInt64
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 AlignmentInt64
impl Debug for AlignmentInt64
Source§impl PartialEq for AlignmentInt64
impl PartialEq for AlignmentInt64
Auto Trait Implementations§
impl Freeze for AlignmentInt64
impl RefUnwindSafe for AlignmentInt64
impl Send for AlignmentInt64
impl Sync for AlignmentInt64
impl Unpin for AlignmentInt64
impl UnsafeUnpin for AlignmentInt64
impl UnwindSafe for AlignmentInt64
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