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