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