pub struct Formatted { /* private fields */ }Expand description
@todo document
Trait Implementations§
source§impl Boxed for Formatted
impl Boxed for Formatted
source§unsafe fn from_raw(ptr: <Formatted as OpenCVType<'_>>::ExternReceive) -> Self
unsafe fn from_raw(ptr: <Formatted as OpenCVType<'_>>::ExternReceive) -> Self
Wrap the specified raw pointer Read more
source§fn into_raw(self) -> <Formatted as OpenCVTypeExternContainer>::ExternSendMut
fn into_raw(self) -> <Formatted as OpenCVTypeExternContainer>::ExternSendMut
Return the underlying raw pointer while consuming this wrapper. Read more
source§fn as_raw(&self) -> <Formatted as OpenCVTypeExternContainer>::ExternSend
fn as_raw(&self) -> <Formatted as OpenCVTypeExternContainer>::ExternSend
Return the underlying raw pointer. Read more
source§fn as_raw_mut(
&mut self
) -> <Formatted as OpenCVTypeExternContainer>::ExternSendMut
fn as_raw_mut( &mut self ) -> <Formatted as OpenCVTypeExternContainer>::ExternSendMut
Return the underlying mutable raw pointer Read more
source§impl FormattedTrait for Formatted
impl FormattedTrait for Formatted
source§impl FormattedTraitConst for Formatted
impl FormattedTraitConst for Formatted
fn as_raw_Formatted(&self) -> *const c_void
impl Send for Formatted
Auto Trait Implementations§
impl Freeze for Formatted
impl RefUnwindSafe for Formatted
impl !Sync for Formatted
impl Unpin for Formatted
impl UnwindSafe for Formatted
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