Struct windows_sys::Wdk::Graphics::Direct3D::D3DHAL_DP2WINFO
#[repr(C)]pub struct D3DHAL_DP2WINFO {
pub dvWNear: f32,
pub dvWFar: f32,
}
Fields§
§dvWNear: f32
§dvWFar: f32
Trait Implementations§
§impl Clone for D3DHAL_DP2WINFO
impl Clone for D3DHAL_DP2WINFO
impl Copy for D3DHAL_DP2WINFO
Auto Trait Implementations§
impl RefUnwindSafe for D3DHAL_DP2WINFO
impl Send for D3DHAL_DP2WINFO
impl Sync for D3DHAL_DP2WINFO
impl Unpin for D3DHAL_DP2WINFO
impl UnwindSafe for D3DHAL_DP2WINFO
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