#[repr(C)]pub struct VkObjectTableIndexBufferEntryNVX {
pub type_: VkObjectEntryTypeNVX,
pub flags: VkObjectEntryUsageFlagsNVX,
pub buffer: VkBuffer,
pub indexType: VkIndexType,
}
Fields§
§type_: VkObjectEntryTypeNVX
§flags: VkObjectEntryUsageFlagsNVX
§buffer: VkBuffer
§indexType: VkIndexType
Trait Implementations§
Source§impl Clone for VkObjectTableIndexBufferEntryNVX
impl Clone for VkObjectTableIndexBufferEntryNVX
Source§fn clone(&self) -> VkObjectTableIndexBufferEntryNVX
fn clone(&self) -> VkObjectTableIndexBufferEntryNVX
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 VkObjectTableIndexBufferEntryNVX
Auto Trait Implementations§
impl Freeze for VkObjectTableIndexBufferEntryNVX
impl RefUnwindSafe for VkObjectTableIndexBufferEntryNVX
impl !Send for VkObjectTableIndexBufferEntryNVX
impl !Sync for VkObjectTableIndexBufferEntryNVX
impl Unpin for VkObjectTableIndexBufferEntryNVX
impl UnwindSafe for VkObjectTableIndexBufferEntryNVX
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