Struct windows_sys::Foundation::Numerics::Vector4
[−]Expand description
Required features: "Foundation_Numerics"
Fields
X: f32
Y: f32
Z: f32
W: f32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Vector4
impl Send for Vector4
impl Sync for Vector4
impl Unpin for Vector4
impl UnwindSafe for Vector4
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more