Expand description
Required features: ‘Win32_Graphics_Direct3D’
Fields
x: f32
y: f32
z: f32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for D3DVECTOR
impl Send for D3DVECTOR
impl Sync for D3DVECTOR
impl Unpin for D3DVECTOR
impl UnwindSafe for D3DVECTOR
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