#[repr(C)]pub struct IndirectCommandsLayoutTokenEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub type: IndirectCommandsTokenTypeEXT,
pub data: IndirectCommandsTokenDataEXT,
pub offset: u32,
}Expand description
VkIndirectCommandsLayoutTokenEXT
Provided by VK_EXT_device_generated_commands.
§Extended By
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_INDIRECT_COMMANDS_LAYOUT_TOKEN_EXT.
p_next: *const c_voidOptional, may be null.
type: IndirectCommandsTokenTypeEXT§data: IndirectCommandsTokenDataEXT§offset: u32Implementations§
Source§impl IndirectCommandsLayoutTokenEXT
impl IndirectCommandsLayoutTokenEXT
Sourcepub fn builder<'a>() -> IndirectCommandsLayoutTokenEXTBuilder<'a>
pub fn builder<'a>() -> IndirectCommandsLayoutTokenEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for IndirectCommandsLayoutTokenEXT
impl Clone for IndirectCommandsLayoutTokenEXT
Source§fn clone(&self) -> IndirectCommandsLayoutTokenEXT
fn clone(&self) -> IndirectCommandsLayoutTokenEXT
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 moreimpl Copy for IndirectCommandsLayoutTokenEXT
Auto Trait Implementations§
impl Freeze for IndirectCommandsLayoutTokenEXT
impl RefUnwindSafe for IndirectCommandsLayoutTokenEXT
impl !Send for IndirectCommandsLayoutTokenEXT
impl !Sync for IndirectCommandsLayoutTokenEXT
impl Unpin for IndirectCommandsLayoutTokenEXT
impl UnsafeUnpin for IndirectCommandsLayoutTokenEXT
impl UnwindSafe for IndirectCommandsLayoutTokenEXT
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