#[repr(C)]pub struct PhysicalDeviceSynchronization2Features {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub synchronization2: u32,
}Expand description
VkPhysicalDeviceSynchronization2Features
Provided by VK_BASE_VERSION_1_3.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES.
p_next: *mut c_voidOptional, may be null.
synchronization2: u32Implementations§
Source§impl PhysicalDeviceSynchronization2Features
impl PhysicalDeviceSynchronization2Features
Sourcepub fn builder<'a>() -> PhysicalDeviceSynchronization2FeaturesBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceSynchronization2FeaturesBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceSynchronization2Features
impl Clone for PhysicalDeviceSynchronization2Features
Source§fn clone(&self) -> PhysicalDeviceSynchronization2Features
fn clone(&self) -> PhysicalDeviceSynchronization2Features
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 Default for PhysicalDeviceSynchronization2Features
impl Default for PhysicalDeviceSynchronization2Features
Source§fn default() -> PhysicalDeviceSynchronization2Features
fn default() -> PhysicalDeviceSynchronization2Features
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceSynchronization2Features
impl ExtendsDeviceCreateInfo for PhysicalDeviceSynchronization2Features
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceSynchronization2Features
Auto Trait Implementations§
impl Freeze for PhysicalDeviceSynchronization2Features
impl RefUnwindSafe for PhysicalDeviceSynchronization2Features
impl !Send for PhysicalDeviceSynchronization2Features
impl !Sync for PhysicalDeviceSynchronization2Features
impl Unpin for PhysicalDeviceSynchronization2Features
impl UnsafeUnpin for PhysicalDeviceSynchronization2Features
impl UnwindSafe for PhysicalDeviceSynchronization2Features
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