#[repr(C)]pub struct PhysicalDevicePushDescriptorProperties<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub max_push_descriptors: u32,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§max_push_descriptors: u32§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> PhysicalDevicePushDescriptorProperties<'a>
impl<'a> PhysicalDevicePushDescriptorProperties<'a>
pub fn max_push_descriptors(self, max_push_descriptors: u32) -> Self
Trait Implementations§
Source§impl<'a> Clone for PhysicalDevicePushDescriptorProperties<'a>
impl<'a> Clone for PhysicalDevicePushDescriptorProperties<'a>
Source§fn clone(&self) -> PhysicalDevicePushDescriptorProperties<'a>
fn clone(&self) -> PhysicalDevicePushDescriptorProperties<'a>
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 moreSource§impl<'a> Debug for PhysicalDevicePushDescriptorProperties<'a>
impl<'a> Debug for PhysicalDevicePushDescriptorProperties<'a>
Source§impl Default for PhysicalDevicePushDescriptorProperties<'_>
impl Default for PhysicalDevicePushDescriptorProperties<'_>
Source§impl<'a> TaggedStructure for PhysicalDevicePushDescriptorProperties<'a>
impl<'a> TaggedStructure for PhysicalDevicePushDescriptorProperties<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_PUSH_DESCRIPTOR_PROPERTIES
impl<'a> Copy for PhysicalDevicePushDescriptorProperties<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDevicePushDescriptorProperties<'_>
impl Send for PhysicalDevicePushDescriptorProperties<'_>
impl Sync for PhysicalDevicePushDescriptorProperties<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDevicePushDescriptorProperties<'a>
impl<'a> RefUnwindSafe for PhysicalDevicePushDescriptorProperties<'a>
impl<'a> Unpin for PhysicalDevicePushDescriptorProperties<'a>
impl<'a> UnwindSafe for PhysicalDevicePushDescriptorProperties<'a>
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