pub struct ARParamLTf {
pub i2o: Vec<f32>,
pub o2i: Vec<f32>,
pub xsize: i32,
pub ysize: i32,
pub x_off: i32,
pub y_off: i32,
}Fields§
§i2o: Vec<f32>§o2i: Vec<f32>§xsize: i32§ysize: i32§x_off: i32§y_off: i32Implementations§
Trait Implementations§
Source§impl Clone for ARParamLTf
impl Clone for ARParamLTf
Source§fn clone(&self) -> ARParamLTf
fn clone(&self) -> ARParamLTf
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 ARParamLTf
impl Debug for ARParamLTf
Source§impl Default for ARParamLTf
impl Default for ARParamLTf
Source§fn default() -> ARParamLTf
fn default() -> ARParamLTf
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ARParamLTf
impl RefUnwindSafe for ARParamLTf
impl Send for ARParamLTf
impl Sync for ARParamLTf
impl Unpin for ARParamLTf
impl UnsafeUnpin for ARParamLTf
impl UnwindSafe for ARParamLTf
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