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