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