#[repr(C)]pub struct DebugPoint {
pub pos: [f32; 3],
pub color: u32,
}
Fields§
§pos: [f32; 3]
§color: u32
Trait Implementations§
Source§impl Clone for DebugPoint
impl Clone for DebugPoint
Source§fn clone(&self) -> DebugPoint
fn clone(&self) -> DebugPoint
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 DebugPoint
impl Debug for DebugPoint
Source§impl PartialEq for DebugPoint
impl PartialEq for DebugPoint
impl Copy for DebugPoint
impl StructuralPartialEq for DebugPoint
Auto Trait Implementations§
impl Freeze for DebugPoint
impl RefUnwindSafe for DebugPoint
impl Send for DebugPoint
impl Sync for DebugPoint
impl Unpin for DebugPoint
impl UnwindSafe for DebugPoint
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