Struct ash::vk::QueueFamilyQueryResultStatusPropertiesKHR
source · #[repr(C)]pub struct QueueFamilyQueryResultStatusPropertiesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub query_result_status_support: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§query_result_status_support: Bool32
Implementations§
Trait Implementations§
source§impl Clone for QueueFamilyQueryResultStatusPropertiesKHR
impl Clone for QueueFamilyQueryResultStatusPropertiesKHR
source§fn clone(&self) -> QueueFamilyQueryResultStatusPropertiesKHR
fn clone(&self) -> QueueFamilyQueryResultStatusPropertiesKHR
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 QueueFamilyQueryResultStatusPropertiesKHR
impl TaggedStructure for QueueFamilyQueryResultStatusPropertiesKHR
const STRUCTURE_TYPE: StructureType = StructureType::QUEUE_FAMILY_QUERY_RESULT_STATUS_PROPERTIES_KHR
impl Copy for QueueFamilyQueryResultStatusPropertiesKHR
impl ExtendsQueueFamilyProperties2 for QueueFamilyQueryResultStatusPropertiesKHR
Auto Trait Implementations§
impl Freeze for QueueFamilyQueryResultStatusPropertiesKHR
impl RefUnwindSafe for QueueFamilyQueryResultStatusPropertiesKHR
impl !Send for QueueFamilyQueryResultStatusPropertiesKHR
impl !Sync for QueueFamilyQueryResultStatusPropertiesKHR
impl Unpin for QueueFamilyQueryResultStatusPropertiesKHR
impl UnwindSafe for QueueFamilyQueryResultStatusPropertiesKHR
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