#[repr(C)]pub struct PhysicalDeviceExternalFenceInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle_type: ExternalFenceHandleTypeFlagBits,
}Expand description
VkPhysicalDeviceExternalFenceInfo
Provided by VK_BASE_VERSION_1_1.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_FENCE_INFO.
p_next: *const c_voidOptional, may be null.
handle_type: ExternalFenceHandleTypeFlagBitsImplementations§
Source§impl PhysicalDeviceExternalFenceInfo
impl PhysicalDeviceExternalFenceInfo
Sourcepub fn builder<'a>() -> PhysicalDeviceExternalFenceInfoBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceExternalFenceInfoBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceExternalFenceInfo
impl Clone for PhysicalDeviceExternalFenceInfo
Source§fn clone(&self) -> PhysicalDeviceExternalFenceInfo
fn clone(&self) -> PhysicalDeviceExternalFenceInfo
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 PhysicalDeviceExternalFenceInfo
Auto Trait Implementations§
impl Freeze for PhysicalDeviceExternalFenceInfo
impl RefUnwindSafe for PhysicalDeviceExternalFenceInfo
impl !Send for PhysicalDeviceExternalFenceInfo
impl !Sync for PhysicalDeviceExternalFenceInfo
impl Unpin for PhysicalDeviceExternalFenceInfo
impl UnsafeUnpin for PhysicalDeviceExternalFenceInfo
impl UnwindSafe for PhysicalDeviceExternalFenceInfo
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