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