pub struct LpVector3 {
pub x: f64,
pub y: f64,
pub z: f64,
}Expand description
Структура компактного представление вектора
Fields§
§x: f64§y: f64§z: f64Implementations§
Trait Implementations§
impl Copy for LpVector3
impl StructuralPartialEq for LpVector3
Auto Trait Implementations§
impl Freeze for LpVector3
impl RefUnwindSafe for LpVector3
impl Send for LpVector3
impl Sync for LpVector3
impl Unpin for LpVector3
impl UnsafeUnpin for LpVector3
impl UnwindSafe for LpVector3
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