#[repr(C)]pub struct D3D12_VERTEX_BUFFER_VIEW {
pub BufferLocation: u64,
pub SizeInBytes: u32,
pub StrideInBytes: u32,
}
Expand description
Required features: "Win32_Graphics_Direct3D12"
Fields
BufferLocation: u64
SizeInBytes: u32
StrideInBytes: u32
Trait Implementations
impl Clone for D3D12_VERTEX_BUFFER_VIEW
impl Clone for D3D12_VERTEX_BUFFER_VIEW
impl Copy for D3D12_VERTEX_BUFFER_VIEW
Auto Trait Implementations
impl RefUnwindSafe for D3D12_VERTEX_BUFFER_VIEW
impl Send for D3D12_VERTEX_BUFFER_VIEW
impl Sync for D3D12_VERTEX_BUFFER_VIEW
impl Unpin for D3D12_VERTEX_BUFFER_VIEW
impl UnwindSafe for D3D12_VERTEX_BUFFER_VIEW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more