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