pub struct PxDebugLine {
pub pos0: Vec3,
pub color0: u32,
pub pos1: Vec3,
pub color1: u32,
}Fields§
§pos0: Vec3§color0: u32§pos1: Vec3§color1: u32Trait Implementations§
Source§impl Clone for PxDebugLine
impl Clone for PxDebugLine
Source§fn clone(&self) -> PxDebugLine
fn clone(&self) -> PxDebugLine
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 PxDebugLine
impl Debug for PxDebugLine
Source§impl<'de> Deserialize<'de> for PxDebugLine
impl<'de> Deserialize<'de> for PxDebugLine
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PxDebugLine
impl PartialEq for PxDebugLine
Source§impl Serialize for PxDebugLine
impl Serialize for PxDebugLine
impl StructuralPartialEq for PxDebugLine
Auto Trait Implementations§
impl Freeze for PxDebugLine
impl RefUnwindSafe for PxDebugLine
impl Send for PxDebugLine
impl Sync for PxDebugLine
impl Unpin for PxDebugLine
impl UnwindSafe for PxDebugLine
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