pub struct Widget3D { /* private fields */ }
Expand description
Base class of all 3D widgets.
Implementations§
Trait Implementations§
source§impl Boxed for Widget3D
impl Boxed for Widget3D
source§impl From<WCameraPosition> for Widget3D
impl From<WCameraPosition> for Widget3D
source§fn from(s: WCameraPosition) -> Self
fn from(s: WCameraPosition) -> Self
Converts to this type from the input type.
source§impl From<WCloudCollection> for Widget3D
impl From<WCloudCollection> for Widget3D
source§fn from(s: WCloudCollection) -> Self
fn from(s: WCloudCollection) -> Self
Converts to this type from the input type.
source§impl From<WCloudNormals> for Widget3D
impl From<WCloudNormals> for Widget3D
source§fn from(s: WCloudNormals) -> Self
fn from(s: WCloudNormals) -> Self
Converts to this type from the input type.
source§impl From<WCoordinateSystem> for Widget3D
impl From<WCoordinateSystem> for Widget3D
source§fn from(s: WCoordinateSystem) -> Self
fn from(s: WCoordinateSystem) -> Self
Converts to this type from the input type.
source§impl From<WPaintedCloud> for Widget3D
impl From<WPaintedCloud> for Widget3D
source§fn from(s: WPaintedCloud) -> Self
fn from(s: WPaintedCloud) -> Self
Converts to this type from the input type.
source§impl From<WTrajectory> for Widget3D
impl From<WTrajectory> for Widget3D
source§fn from(s: WTrajectory) -> Self
fn from(s: WTrajectory) -> Self
Converts to this type from the input type.
source§impl From<WTrajectoryFrustums> for Widget3D
impl From<WTrajectoryFrustums> for Widget3D
source§fn from(s: WTrajectoryFrustums) -> Self
fn from(s: WTrajectoryFrustums) -> Self
Converts to this type from the input type.
source§impl From<WTrajectorySpheres> for Widget3D
impl From<WTrajectorySpheres> for Widget3D
source§fn from(s: WTrajectorySpheres) -> Self
fn from(s: WTrajectorySpheres) -> Self
Converts to this type from the input type.
source§impl From<WWidgetMerger> for Widget3D
impl From<WWidgetMerger> for Widget3D
source§fn from(s: WWidgetMerger) -> Self
fn from(s: WWidgetMerger) -> Self
Converts to this type from the input type.
source§impl Widget3DTrait for Widget3D
impl Widget3DTrait for Widget3D
fn as_raw_mut_Widget3D(&mut self) -> *mut c_void
source§fn update_pose(&mut self, pose: Affine3d) -> Result<()>
fn update_pose(&mut self, pose: Affine3d) -> Result<()>
Updates pose of the widget by pre-multiplying its current pose. Read more
source§impl Widget3DTraitConst for Widget3D
impl Widget3DTraitConst for Widget3D
source§impl WidgetTrait for Widget3D
impl WidgetTrait for Widget3D
source§impl WidgetTraitConst for Widget3D
impl WidgetTraitConst for Widget3D
impl Send for Widget3D
Auto Trait Implementations§
impl RefUnwindSafe for Widget3D
impl !Sync for Widget3D
impl Unpin for Widget3D
impl UnwindSafe for Widget3D
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