Struct opencv::stitching::SphericalWarperGpu
source · pub struct SphericalWarperGpu { /* private fields */ }
Trait Implementations§
source§impl Boxed for SphericalWarperGpu
impl Boxed for SphericalWarperGpu
source§impl Debug for SphericalWarperGpu
impl Debug for SphericalWarperGpu
source§impl Drop for SphericalWarperGpu
impl Drop for SphericalWarperGpu
source§impl From<SphericalWarperGpu> for WarperCreator
impl From<SphericalWarperGpu> for WarperCreator
source§fn from(s: SphericalWarperGpu) -> Self
fn from(s: SphericalWarperGpu) -> Self
Converts to this type from the input type.
source§impl SphericalWarperGpuTrait for SphericalWarperGpu
impl SphericalWarperGpuTrait for SphericalWarperGpu
fn as_raw_mut_SphericalWarperGpu(&mut self) -> *mut c_void
source§impl TryFrom<WarperCreator> for SphericalWarperGpu
impl TryFrom<WarperCreator> for SphericalWarperGpu
source§impl WarperCreatorTrait for SphericalWarperGpu
impl WarperCreatorTrait for SphericalWarperGpu
fn as_raw_mut_WarperCreator(&mut self) -> *mut c_void
impl Send for SphericalWarperGpu
Auto Trait Implementations§
impl RefUnwindSafe for SphericalWarperGpu
impl !Sync for SphericalWarperGpu
impl Unpin for SphericalWarperGpu
impl UnwindSafe for SphericalWarperGpu
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