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