Struct windows_sys::Win32::Graphics::Direct2D::Common::D2D_VECTOR_3F
[−]Expand description
Required features: ‘Win32_Graphics_Direct2D_Common’
Fields
x: f32
y: f32
z: f32
Trait Implementations
impl Clone for D2D_VECTOR_3F
impl Clone for D2D_VECTOR_3F
impl Copy for D2D_VECTOR_3F
Auto Trait Implementations
impl RefUnwindSafe for D2D_VECTOR_3F
impl Send for D2D_VECTOR_3F
impl Sync for D2D_VECTOR_3F
impl Unpin for D2D_VECTOR_3F
impl UnwindSafe for D2D_VECTOR_3F
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