Struct ash::vk::PhysicalDeviceExternalFenceInfo
source · #[repr(C)]pub struct PhysicalDeviceExternalFenceInfo<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle_type: ExternalFenceHandleTypeFlags,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§handle_type: ExternalFenceHandleTypeFlags
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceExternalFenceInfo<'a>
impl<'a> PhysicalDeviceExternalFenceInfo<'a>
pub fn handle_type(self, handle_type: ExternalFenceHandleTypeFlags) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceExternalFenceInfo<'a>
impl<'a> Clone for PhysicalDeviceExternalFenceInfo<'a>
source§fn clone(&self) -> PhysicalDeviceExternalFenceInfo<'a>
fn clone(&self) -> PhysicalDeviceExternalFenceInfo<'a>
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<'a> Debug for PhysicalDeviceExternalFenceInfo<'a>
impl<'a> Debug for PhysicalDeviceExternalFenceInfo<'a>
source§impl Default for PhysicalDeviceExternalFenceInfo<'_>
impl Default for PhysicalDeviceExternalFenceInfo<'_>
source§impl<'a> TaggedStructure for PhysicalDeviceExternalFenceInfo<'a>
impl<'a> TaggedStructure for PhysicalDeviceExternalFenceInfo<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_EXTERNAL_FENCE_INFO
impl<'a> Copy for PhysicalDeviceExternalFenceInfo<'a>
impl Send for PhysicalDeviceExternalFenceInfo<'_>
impl Sync for PhysicalDeviceExternalFenceInfo<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceExternalFenceInfo<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceExternalFenceInfo<'a>
impl<'a> Unpin for PhysicalDeviceExternalFenceInfo<'a>
impl<'a> UnwindSafe for PhysicalDeviceExternalFenceInfo<'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