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