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