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