pub struct Widget { /* private fields */ }Expand description
Base class of all widgets. Widget is implicitly shared.
Implementations
Trait Implementations
sourceimpl Boxed for Widget
impl Boxed for Widget
sourceimpl From<WCameraPosition> for Widget
impl From<WCameraPosition> for Widget
sourcefn from(s: WCameraPosition) -> Self
fn from(s: WCameraPosition) -> Self
Converts to this type from the input type.
sourceimpl From<WCloudCollection> for Widget
impl From<WCloudCollection> for Widget
sourcefn from(s: WCloudCollection) -> Self
fn from(s: WCloudCollection) -> Self
Converts to this type from the input type.
sourceimpl From<WCloudNormals> for Widget
impl From<WCloudNormals> for Widget
sourcefn from(s: WCloudNormals) -> Self
fn from(s: WCloudNormals) -> Self
Converts to this type from the input type.
sourceimpl From<WCoordinateSystem> for Widget
impl From<WCoordinateSystem> for Widget
sourcefn from(s: WCoordinateSystem) -> Self
fn from(s: WCoordinateSystem) -> Self
Converts to this type from the input type.
sourceimpl From<WImageOverlay> for Widget
impl From<WImageOverlay> for Widget
sourcefn from(s: WImageOverlay) -> Self
fn from(s: WImageOverlay) -> Self
Converts to this type from the input type.
sourceimpl From<WPaintedCloud> for Widget
impl From<WPaintedCloud> for Widget
sourcefn from(s: WPaintedCloud) -> Self
fn from(s: WPaintedCloud) -> Self
Converts to this type from the input type.
sourceimpl From<WTrajectory> for Widget
impl From<WTrajectory> for Widget
sourcefn from(s: WTrajectory) -> Self
fn from(s: WTrajectory) -> Self
Converts to this type from the input type.
sourceimpl From<WTrajectoryFrustums> for Widget
impl From<WTrajectoryFrustums> for Widget
sourcefn from(s: WTrajectoryFrustums) -> Self
fn from(s: WTrajectoryFrustums) -> Self
Converts to this type from the input type.
sourceimpl From<WTrajectorySpheres> for Widget
impl From<WTrajectorySpheres> for Widget
sourcefn from(s: WTrajectorySpheres) -> Self
fn from(s: WTrajectorySpheres) -> Self
Converts to this type from the input type.
sourceimpl From<WWidgetMerger> for Widget
impl From<WWidgetMerger> for Widget
sourcefn from(s: WWidgetMerger) -> Self
fn from(s: WWidgetMerger) -> Self
Converts to this type from the input type.
sourceimpl WidgetTrait for Widget
impl WidgetTrait for Widget
sourceimpl WidgetTraitConst for Widget
impl WidgetTraitConst for Widget
fn as_raw_Widget(&self) -> *const c_void
impl Send for Widget
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more