#[repr(C)]pub struct ImPlot3DPoint {
pub x: f32,
pub y: f32,
pub z: f32,
}Fields§
§x: f32§y: f32§z: f32Trait Implementations§
Source§impl Clone for ImPlot3DPoint
impl Clone for ImPlot3DPoint
Source§fn clone(&self) -> ImPlot3DPoint
fn clone(&self) -> ImPlot3DPoint
Returns a duplicate of the value. Read more
1.0.0 · 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 ImPlot3DPoint
impl Debug for ImPlot3DPoint
Source§impl Default for ImPlot3DPoint
impl Default for ImPlot3DPoint
Source§fn default() -> ImPlot3DPoint
fn default() -> ImPlot3DPoint
Returns the “default value” for a type. Read more
Source§impl PartialEq for ImPlot3DPoint
impl PartialEq for ImPlot3DPoint
impl Copy for ImPlot3DPoint
impl StructuralPartialEq for ImPlot3DPoint
Auto Trait Implementations§
impl Freeze for ImPlot3DPoint
impl RefUnwindSafe for ImPlot3DPoint
impl Send for ImPlot3DPoint
impl Sync for ImPlot3DPoint
impl Unpin for ImPlot3DPoint
impl UnwindSafe for ImPlot3DPoint
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