pub struct Widget { /* private fields */ }
Expand description
Base class of all widgets. Widget is implicitly shared.
Implementations§
Trait Implementations§
source§impl Boxed for Widget
impl Boxed for Widget
source§unsafe fn from_raw(ptr: <Widget as OpenCVType<'_>>::ExternReceive) -> Self
unsafe fn from_raw(ptr: <Widget as OpenCVType<'_>>::ExternReceive) -> Self
Wrap the specified raw pointer Read more
source§fn into_raw(self) -> <Widget as OpenCVTypeExternContainer>::ExternSendMut
fn into_raw(self) -> <Widget as OpenCVTypeExternContainer>::ExternSendMut
Return the underlying raw pointer while consuming this wrapper. Read more
source§fn as_raw(&self) -> <Widget as OpenCVTypeExternContainer>::ExternSend
fn as_raw(&self) -> <Widget as OpenCVTypeExternContainer>::ExternSend
Return the underlying raw pointer. Read more
source§fn as_raw_mut(&mut self) -> <Widget as OpenCVTypeExternContainer>::ExternSendMut
fn as_raw_mut(&mut self) -> <Widget as OpenCVTypeExternContainer>::ExternSendMut
Return the underlying mutable raw pointer Read more
source§impl From<WCameraPosition> for Widget
impl From<WCameraPosition> for Widget
source§fn from(s: WCameraPosition) -> Self
fn from(s: WCameraPosition) -> Self
Converts to this type from the input type.
source§impl From<WCloudCollection> for Widget
impl From<WCloudCollection> for Widget
source§fn from(s: WCloudCollection) -> Self
fn from(s: WCloudCollection) -> Self
Converts to this type from the input type.
source§impl From<WCloudNormals> for Widget
impl From<WCloudNormals> for Widget
source§fn from(s: WCloudNormals) -> Self
fn from(s: WCloudNormals) -> Self
Converts to this type from the input type.
source§impl From<WCoordinateSystem> for Widget
impl From<WCoordinateSystem> for Widget
source§fn from(s: WCoordinateSystem) -> Self
fn from(s: WCoordinateSystem) -> Self
Converts to this type from the input type.
source§impl From<WImageOverlay> for Widget
impl From<WImageOverlay> for Widget
source§fn from(s: WImageOverlay) -> Self
fn from(s: WImageOverlay) -> Self
Converts to this type from the input type.
source§impl From<WPaintedCloud> for Widget
impl From<WPaintedCloud> for Widget
source§fn from(s: WPaintedCloud) -> Self
fn from(s: WPaintedCloud) -> Self
Converts to this type from the input type.
source§impl From<WTrajectory> for Widget
impl From<WTrajectory> for Widget
source§fn from(s: WTrajectory) -> Self
fn from(s: WTrajectory) -> Self
Converts to this type from the input type.
source§impl From<WTrajectoryFrustums> for Widget
impl From<WTrajectoryFrustums> for Widget
source§fn from(s: WTrajectoryFrustums) -> Self
fn from(s: WTrajectoryFrustums) -> Self
Converts to this type from the input type.
source§impl From<WTrajectorySpheres> for Widget
impl From<WTrajectorySpheres> for Widget
source§fn from(s: WTrajectorySpheres) -> Self
fn from(s: WTrajectorySpheres) -> Self
Converts to this type from the input type.
source§impl From<WWidgetMerger> for Widget
impl From<WWidgetMerger> for Widget
source§fn from(s: WWidgetMerger) -> Self
fn from(s: WWidgetMerger) -> Self
Converts to this type from the input type.
source§impl WidgetTrait for Widget
impl WidgetTrait for Widget
source§impl WidgetTraitConst for Widget
impl WidgetTraitConst for Widget
impl Send for Widget
Auto Trait Implementations§
impl Freeze for Widget
impl RefUnwindSafe for Widget
impl !Sync for Widget
impl Unpin for Widget
impl UnwindSafe for Widget
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