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