#[repr(C)]pub struct VkPhysicalDevicePushDescriptorProperties {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub maxPushDescriptors: u32,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§maxPushDescriptors: u32
Trait Implementations§
Source§impl Clone for VkPhysicalDevicePushDescriptorProperties
impl Clone for VkPhysicalDevicePushDescriptorProperties
Source§fn clone(&self) -> VkPhysicalDevicePushDescriptorProperties
fn clone(&self) -> VkPhysicalDevicePushDescriptorProperties
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkPhysicalDevicePushDescriptorProperties
Auto Trait Implementations§
impl Freeze for VkPhysicalDevicePushDescriptorProperties
impl RefUnwindSafe for VkPhysicalDevicePushDescriptorProperties
impl !Send for VkPhysicalDevicePushDescriptorProperties
impl !Sync for VkPhysicalDevicePushDescriptorProperties
impl Unpin for VkPhysicalDevicePushDescriptorProperties
impl UnwindSafe for VkPhysicalDevicePushDescriptorProperties
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