Struct ash::vk::PhysicalDeviceExternalFenceInfo
source · #[repr(C)]pub struct PhysicalDeviceExternalFenceInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle_type: ExternalFenceHandleTypeFlags,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§handle_type: ExternalFenceHandleTypeFlags
Implementations§
source§impl PhysicalDeviceExternalFenceInfo
impl PhysicalDeviceExternalFenceInfo
pub fn builder<'a>() -> PhysicalDeviceExternalFenceInfoBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceExternalFenceInfo
impl Clone for PhysicalDeviceExternalFenceInfo
source§fn clone(&self) -> PhysicalDeviceExternalFenceInfo
fn clone(&self) -> PhysicalDeviceExternalFenceInfo
Returns a copy 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 TaggedStructure for PhysicalDeviceExternalFenceInfo
impl TaggedStructure for PhysicalDeviceExternalFenceInfo
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_EXTERNAL_FENCE_INFO
impl 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 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