Struct D3D12_SO_DECLARATION_ENTRY
#[repr(C)]pub struct D3D12_SO_DECLARATION_ENTRY {
pub Stream: u32,
pub SemanticName: PCSTR,
pub SemanticIndex: u32,
pub StartComponent: u8,
pub ComponentCount: u8,
pub OutputSlot: u8,
}
Fields§
§Stream: u32
§SemanticName: PCSTR
§SemanticIndex: u32
§StartComponent: u8
§ComponentCount: u8
§OutputSlot: u8
Trait Implementations§
§impl Clone for D3D12_SO_DECLARATION_ENTRY
impl Clone for D3D12_SO_DECLARATION_ENTRY
§fn clone(&self) -> D3D12_SO_DECLARATION_ENTRY
fn clone(&self) -> D3D12_SO_DECLARATION_ENTRY
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for D3D12_SO_DECLARATION_ENTRY
impl Debug for D3D12_SO_DECLARATION_ENTRY
§impl Default for D3D12_SO_DECLARATION_ENTRY
impl Default for D3D12_SO_DECLARATION_ENTRY
§impl PartialEq for D3D12_SO_DECLARATION_ENTRY
impl PartialEq for D3D12_SO_DECLARATION_ENTRY
impl Copy for D3D12_SO_DECLARATION_ENTRY
impl StructuralPartialEq for D3D12_SO_DECLARATION_ENTRY
Auto Trait Implementations§
impl Freeze for D3D12_SO_DECLARATION_ENTRY
impl RefUnwindSafe for D3D12_SO_DECLARATION_ENTRY
impl !Send for D3D12_SO_DECLARATION_ENTRY
impl !Sync for D3D12_SO_DECLARATION_ENTRY
impl Unpin for D3D12_SO_DECLARATION_ENTRY
impl UnwindSafe for D3D12_SO_DECLARATION_ENTRY
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