Struct opencv::videostab::IFrameSource
source · pub struct IFrameSource { /* private fields */ }
Trait Implementations§
source§impl Boxed for IFrameSource
impl Boxed for IFrameSource
source§impl Debug for IFrameSource
impl Debug for IFrameSource
source§impl Drop for IFrameSource
impl Drop for IFrameSource
source§impl From<MaskFrameSource> for IFrameSource
impl From<MaskFrameSource> for IFrameSource
source§fn from(s: MaskFrameSource) -> Self
fn from(s: MaskFrameSource) -> Self
Converts to this type from the input type.
source§impl From<NullFrameSource> for IFrameSource
impl From<NullFrameSource> for IFrameSource
source§fn from(s: NullFrameSource) -> Self
fn from(s: NullFrameSource) -> Self
Converts to this type from the input type.
source§impl From<OnePassStabilizer> for IFrameSource
impl From<OnePassStabilizer> for IFrameSource
source§fn from(s: OnePassStabilizer) -> Self
fn from(s: OnePassStabilizer) -> Self
Converts to this type from the input type.
source§impl From<TwoPassStabilizer> for IFrameSource
impl From<TwoPassStabilizer> for IFrameSource
source§fn from(s: TwoPassStabilizer) -> Self
fn from(s: TwoPassStabilizer) -> Self
Converts to this type from the input type.
source§impl From<VideoFileSource> for IFrameSource
impl From<VideoFileSource> for IFrameSource
source§fn from(s: VideoFileSource) -> Self
fn from(s: VideoFileSource) -> Self
Converts to this type from the input type.
source§impl IFrameSourceTrait for IFrameSource
impl IFrameSourceTrait for IFrameSource
source§impl IFrameSourceTraitConst for IFrameSource
impl IFrameSourceTraitConst for IFrameSource
fn as_raw_IFrameSource(&self) -> *const c_void
source§impl TryFrom<IFrameSource> for MaskFrameSource
impl TryFrom<IFrameSource> for MaskFrameSource
source§impl TryFrom<IFrameSource> for NullFrameSource
impl TryFrom<IFrameSource> for NullFrameSource
source§impl TryFrom<IFrameSource> for OnePassStabilizer
impl TryFrom<IFrameSource> for OnePassStabilizer
source§impl TryFrom<IFrameSource> for TwoPassStabilizer
impl TryFrom<IFrameSource> for TwoPassStabilizer
source§impl TryFrom<IFrameSource> for VideoFileSource
impl TryFrom<IFrameSource> for VideoFileSource
impl Send for IFrameSource
Auto Trait Implementations§
impl RefUnwindSafe for IFrameSource
impl !Sync for IFrameSource
impl Unpin for IFrameSource
impl UnwindSafe for IFrameSource
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