Struct opencv_calibrate::Extrinsics
source · pub struct Extrinsics {
pub rvec: [f64; 3],
pub tvec: [f64; 3],
}
Fields§
§rvec: [f64; 3]
§tvec: [f64; 3]
Trait Implementations§
source§impl Clone for Extrinsics
impl Clone for Extrinsics
source§fn clone(&self) -> Extrinsics
fn clone(&self) -> Extrinsics
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 moreAuto Trait Implementations§
impl Freeze for Extrinsics
impl RefUnwindSafe for Extrinsics
impl Send for Extrinsics
impl Sync for Extrinsics
impl Unpin for Extrinsics
impl UnwindSafe for Extrinsics
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