pub struct VehicleMatrix {
pub right: Vector3,
pub up: Vector3,
pub at: Vector3,
}Fields§
§right: Vector3§up: Vector3§at: Vector3Trait Implementations§
Source§impl Clone for VehicleMatrix
impl Clone for VehicleMatrix
Source§fn clone(&self) -> VehicleMatrix
fn clone(&self) -> VehicleMatrix
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 VehicleMatrix
impl Debug for VehicleMatrix
Source§impl Default for VehicleMatrix
impl Default for VehicleMatrix
Source§fn default() -> VehicleMatrix
fn default() -> VehicleMatrix
Returns the “default value” for a type. Read more
Source§impl PartialEq for VehicleMatrix
impl PartialEq for VehicleMatrix
impl Copy for VehicleMatrix
impl StructuralPartialEq for VehicleMatrix
Auto Trait Implementations§
impl Freeze for VehicleMatrix
impl RefUnwindSafe for VehicleMatrix
impl Send for VehicleMatrix
impl Sync for VehicleMatrix
impl Unpin for VehicleMatrix
impl UnwindSafe for VehicleMatrix
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