#[repr(C)]pub struct VkIndirectCommandsLayoutTokenNVX {
pub tokenType: VkIndirectCommandsTokenTypeNVX,
pub bindingUnit: u32,
pub dynamicCount: u32,
pub divisor: u32,
}Fields§
§tokenType: VkIndirectCommandsTokenTypeNVX§bindingUnit: u32§dynamicCount: u32§divisor: u32Trait Implementations§
Source§impl Clone for VkIndirectCommandsLayoutTokenNVX
impl Clone for VkIndirectCommandsLayoutTokenNVX
Source§fn clone(&self) -> VkIndirectCommandsLayoutTokenNVX
fn clone(&self) -> VkIndirectCommandsLayoutTokenNVX
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 VkIndirectCommandsLayoutTokenNVX
Auto Trait Implementations§
impl Freeze for VkIndirectCommandsLayoutTokenNVX
impl RefUnwindSafe for VkIndirectCommandsLayoutTokenNVX
impl Send for VkIndirectCommandsLayoutTokenNVX
impl Sync for VkIndirectCommandsLayoutTokenNVX
impl Unpin for VkIndirectCommandsLayoutTokenNVX
impl UnwindSafe for VkIndirectCommandsLayoutTokenNVX
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