pub struct DVec3 {
pub x: f64,
pub y: f64,
pub z: f64,
}
Fields§
§x: f64
§y: f64
§z: f64
Trait Implementations§
impl Copy for DVec3
impl StructuralPartialEq for DVec3
Auto Trait Implementations§
impl Freeze for DVec3
impl RefUnwindSafe for DVec3
impl Send for DVec3
impl Sync for DVec3
impl Unpin for DVec3
impl UnwindSafe for DVec3
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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