#[repr(C)]pub struct D3D12_STREAM_OUTPUT_BUFFER_VIEW {
pub BufferLocation: u64,
pub SizeInBytes: u64,
pub BufferFilledSizeLocation: u64,
}
Expand description
Required features: "Win32_Graphics_Direct3D12"
Fields
BufferLocation: u64
SizeInBytes: u64
BufferFilledSizeLocation: u64
Trait Implementations
impl Clone for D3D12_STREAM_OUTPUT_BUFFER_VIEW
impl Clone for D3D12_STREAM_OUTPUT_BUFFER_VIEW
impl Copy for D3D12_STREAM_OUTPUT_BUFFER_VIEW
Auto Trait Implementations
impl RefUnwindSafe for D3D12_STREAM_OUTPUT_BUFFER_VIEW
impl Send for D3D12_STREAM_OUTPUT_BUFFER_VIEW
impl Sync for D3D12_STREAM_OUTPUT_BUFFER_VIEW
impl Unpin for D3D12_STREAM_OUTPUT_BUFFER_VIEW
impl UnwindSafe for D3D12_STREAM_OUTPUT_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