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