#[repr(C)]pub struct VkIndirectCommandsLayoutPushDataTokenNV {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub pushDataOffset: u32,
pub pushDataSize: u32,
}Fields§
§sType: VkStructureType§pNext: *const c_void§pushDataOffset: u32§pushDataSize: u32Trait Implementations§
Source§impl Clone for VkIndirectCommandsLayoutPushDataTokenNV
impl Clone for VkIndirectCommandsLayoutPushDataTokenNV
Source§fn clone(&self) -> VkIndirectCommandsLayoutPushDataTokenNV
fn clone(&self) -> VkIndirectCommandsLayoutPushDataTokenNV
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 VkIndirectCommandsLayoutPushDataTokenNV
Auto Trait Implementations§
impl Freeze for VkIndirectCommandsLayoutPushDataTokenNV
impl RefUnwindSafe for VkIndirectCommandsLayoutPushDataTokenNV
impl !Send for VkIndirectCommandsLayoutPushDataTokenNV
impl !Sync for VkIndirectCommandsLayoutPushDataTokenNV
impl Unpin for VkIndirectCommandsLayoutPushDataTokenNV
impl UnwindSafe for VkIndirectCommandsLayoutPushDataTokenNV
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