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