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