Struct a2lfile::CoeffsLinear
source · pub struct CoeffsLinear {
pub a: f64,
pub b: f64,
/* private fields */
}Expand description
Specifies the coefficients for the linear formula f(x) = ax + b
Fields§
§a: f64§b: f64Implementations§
Trait Implementations§
source§impl A2lObject<(u32, u32)> for CoeffsLinear
impl A2lObject<(u32, u32)> for CoeffsLinear
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 objectsource§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 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 CoeffsLinear
impl Clone for CoeffsLinear
source§fn clone(&self) -> CoeffsLinear
fn clone(&self) -> CoeffsLinear
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 CoeffsLinear
impl Debug for CoeffsLinear
source§impl PartialEq for CoeffsLinear
impl PartialEq for CoeffsLinear
Auto Trait Implementations§
impl Freeze for CoeffsLinear
impl RefUnwindSafe for CoeffsLinear
impl Send for CoeffsLinear
impl Sync for CoeffsLinear
impl Unpin for CoeffsLinear
impl UnwindSafe for CoeffsLinear
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)