#[repr(C)]pub struct IndirectCommandsLayoutPushDataTokenNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub push_data_offset: u32,
pub push_data_size: u32,
}Expand description
VkIndirectCommandsLayoutPushDataTokenNV
Provided by VK_EXT_descriptor_heap.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_INDIRECT_COMMANDS_LAYOUT_PUSH_DATA_TOKEN_NV.
p_next: *const c_voidOptional, may be null.
push_data_offset: u32§push_data_size: u32Implementations§
Source§impl IndirectCommandsLayoutPushDataTokenNV
impl IndirectCommandsLayoutPushDataTokenNV
Sourcepub fn builder<'a>() -> IndirectCommandsLayoutPushDataTokenNVBuilder<'a>
pub fn builder<'a>() -> IndirectCommandsLayoutPushDataTokenNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for IndirectCommandsLayoutPushDataTokenNV
impl Clone for IndirectCommandsLayoutPushDataTokenNV
Source§fn clone(&self) -> IndirectCommandsLayoutPushDataTokenNV
fn clone(&self) -> IndirectCommandsLayoutPushDataTokenNV
Returns a duplicate 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 moreSource§impl Default for IndirectCommandsLayoutPushDataTokenNV
impl Default for IndirectCommandsLayoutPushDataTokenNV
Source§fn default() -> IndirectCommandsLayoutPushDataTokenNV
fn default() -> IndirectCommandsLayoutPushDataTokenNV
Returns the “default value” for a type. Read more
impl Copy for IndirectCommandsLayoutPushDataTokenNV
impl ExtendsIndirectCommandsLayoutTokenNV for IndirectCommandsLayoutPushDataTokenNV
Auto Trait Implementations§
impl Freeze for IndirectCommandsLayoutPushDataTokenNV
impl RefUnwindSafe for IndirectCommandsLayoutPushDataTokenNV
impl !Send for IndirectCommandsLayoutPushDataTokenNV
impl !Sync for IndirectCommandsLayoutPushDataTokenNV
impl Unpin for IndirectCommandsLayoutPushDataTokenNV
impl UnsafeUnpin for IndirectCommandsLayoutPushDataTokenNV
impl UnwindSafe for IndirectCommandsLayoutPushDataTokenNV
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