#[repr(C)]pub struct IndirectCommandsLayoutPushDataTokenNV {
pub s_type: StructureType,
pub next: *const c_void,
pub push_data_offset: u32,
pub push_data_size: u32,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§push_data_offset: u32§push_data_size: u32Trait 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 PartialEq for IndirectCommandsLayoutPushDataTokenNV
impl PartialEq for IndirectCommandsLayoutPushDataTokenNV
Source§fn eq(&self, other: &IndirectCommandsLayoutPushDataTokenNV) -> bool
fn eq(&self, other: &IndirectCommandsLayoutPushDataTokenNV) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for IndirectCommandsLayoutPushDataTokenNV
impl Eq for IndirectCommandsLayoutPushDataTokenNV
impl Send for IndirectCommandsLayoutPushDataTokenNV
impl StructuralPartialEq for IndirectCommandsLayoutPushDataTokenNV
impl Sync for IndirectCommandsLayoutPushDataTokenNV
Auto Trait Implementations§
impl Freeze for IndirectCommandsLayoutPushDataTokenNV
impl RefUnwindSafe for IndirectCommandsLayoutPushDataTokenNV
impl Unpin 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