pub struct VisionPoint3D {
pub position: Transform3D,
}Expand description
A three-dimensional Vision point (VNPoint3D).
Fields§
§position: Transform3DImplementations§
Trait Implementations§
Source§impl Clone for VisionPoint3D
impl Clone for VisionPoint3D
Source§fn clone(&self) -> VisionPoint3D
fn clone(&self) -> VisionPoint3D
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VisionPoint3D
impl Debug for VisionPoint3D
Source§impl PartialEq for VisionPoint3D
impl PartialEq for VisionPoint3D
Source§fn eq(&self, other: &VisionPoint3D) -> bool
fn eq(&self, other: &VisionPoint3D) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VisionPoint3D
impl StructuralPartialEq for VisionPoint3D
Auto Trait Implementations§
impl Freeze for VisionPoint3D
impl RefUnwindSafe for VisionPoint3D
impl Send for VisionPoint3D
impl Sync for VisionPoint3D
impl Unpin for VisionPoint3D
impl UnsafeUnpin for VisionPoint3D
impl UnwindSafe for VisionPoint3D
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