pub struct AR2SurfaceSet {
pub surface: Vec<AR2Surface>,
pub trans1: [[f32; 4]; 3],
pub trans2: [[f32; 4]; 3],
pub trans3: [[f32; 4]; 3],
pub cont_num: i32,
pub prev_feature: Vec<AR2TemplateCandidate>,
}Fields§
§surface: Vec<AR2Surface>§trans1: [[f32; 4]; 3]§trans2: [[f32; 4]; 3]§trans3: [[f32; 4]; 3]§cont_num: i32§prev_feature: Vec<AR2TemplateCandidate>Trait Implementations§
Source§impl Clone for AR2SurfaceSet
impl Clone for AR2SurfaceSet
Source§fn clone(&self) -> AR2SurfaceSet
fn clone(&self) -> AR2SurfaceSet
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 AR2SurfaceSet
impl Debug for AR2SurfaceSet
Auto Trait Implementations§
impl Freeze for AR2SurfaceSet
impl RefUnwindSafe for AR2SurfaceSet
impl Send for AR2SurfaceSet
impl Sync for AR2SurfaceSet
impl Unpin for AR2SurfaceSet
impl UnsafeUnpin for AR2SurfaceSet
impl UnwindSafe for AR2SurfaceSet
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