pub struct AR2Surface {
pub image_set: Option<AR2ImageSet>,
pub feature_set: Option<AR2FeatureSet>,
pub trans: [[f32; 4]; 3],
pub itrans: [[f32; 4]; 3],
}Fields§
§image_set: Option<AR2ImageSet>§feature_set: Option<AR2FeatureSet>§trans: [[f32; 4]; 3]§itrans: [[f32; 4]; 3]Trait Implementations§
Source§impl Clone for AR2Surface
impl Clone for AR2Surface
Source§fn clone(&self) -> AR2Surface
fn clone(&self) -> AR2Surface
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 AR2Surface
impl Debug for AR2Surface
Source§impl Default for AR2Surface
impl Default for AR2Surface
Source§fn default() -> AR2Surface
fn default() -> AR2Surface
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AR2Surface
impl RefUnwindSafe for AR2Surface
impl Send for AR2Surface
impl Sync for AR2Surface
impl Unpin for AR2Surface
impl UnsafeUnpin for AR2Surface
impl UnwindSafe for AR2Surface
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