pub struct C3Vector {
pub x: f32,
pub y: f32,
pub z: f32,
}Fields§
§x: f32§y: f32§z: f32Implementations§
Trait Implementations§
Source§impl WowHeaderR for C3Vector
impl WowHeaderR for C3Vector
Source§impl WowHeaderW for C3Vector
impl WowHeaderW for C3Vector
impl Copy for C3Vector
impl StructuralPartialEq for C3Vector
Auto Trait Implementations§
impl Freeze for C3Vector
impl RefUnwindSafe for C3Vector
impl Send for C3Vector
impl Sync for C3Vector
impl Unpin for C3Vector
impl UnwindSafe for C3Vector
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