pub struct Homography { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for Homography
impl Clone for Homography
Source§fn clone(&self) -> Homography
fn clone(&self) -> Homography
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 Homography
impl Debug for Homography
impl Copy for Homography
Auto Trait Implementations§
impl Freeze for Homography
impl RefUnwindSafe for Homography
impl Send for Homography
impl Sync for Homography
impl Unpin for Homography
impl UnwindSafe for Homography
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