Struct ash::vk::ExternalFenceProperties
source · #[repr(C)]pub struct ExternalFenceProperties {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub export_from_imported_handle_types: ExternalFenceHandleTypeFlags,
pub compatible_handle_types: ExternalFenceHandleTypeFlags,
pub external_fence_features: ExternalFenceFeatureFlags,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§export_from_imported_handle_types: ExternalFenceHandleTypeFlags
§compatible_handle_types: ExternalFenceHandleTypeFlags
§external_fence_features: ExternalFenceFeatureFlags
Implementations§
source§impl ExternalFenceProperties
impl ExternalFenceProperties
pub fn builder<'a>() -> ExternalFencePropertiesBuilder<'a>
Trait Implementations§
source§impl Clone for ExternalFenceProperties
impl Clone for ExternalFenceProperties
source§fn clone(&self) -> ExternalFenceProperties
fn clone(&self) -> ExternalFenceProperties
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 Debug for ExternalFenceProperties
impl Debug for ExternalFenceProperties
source§impl Default for ExternalFenceProperties
impl Default for ExternalFenceProperties
source§impl TaggedStructure for ExternalFenceProperties
impl TaggedStructure for ExternalFenceProperties
const STRUCTURE_TYPE: StructureType = StructureType::EXTERNAL_FENCE_PROPERTIES
impl Copy for ExternalFenceProperties
Auto Trait Implementations§
impl Freeze for ExternalFenceProperties
impl RefUnwindSafe for ExternalFenceProperties
impl !Send for ExternalFenceProperties
impl !Sync for ExternalFenceProperties
impl Unpin for ExternalFenceProperties
impl UnwindSafe for ExternalFenceProperties
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