#[repr(C)]pub struct QueueFamilyQueryResultStatusPropertiesKHR {
pub s_type: StructureType,
pub next: *mut c_void,
pub query_result_status_support: Bool32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§query_result_status_support: Bool32Trait Implementations§
Source§impl Clone for QueueFamilyQueryResultStatusPropertiesKHR
impl Clone for QueueFamilyQueryResultStatusPropertiesKHR
Source§fn clone(&self) -> QueueFamilyQueryResultStatusPropertiesKHR
fn clone(&self) -> QueueFamilyQueryResultStatusPropertiesKHR
Returns a duplicate 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 PartialEq for QueueFamilyQueryResultStatusPropertiesKHR
impl PartialEq for QueueFamilyQueryResultStatusPropertiesKHR
Source§fn eq(&self, other: &QueueFamilyQueryResultStatusPropertiesKHR) -> bool
fn eq(&self, other: &QueueFamilyQueryResultStatusPropertiesKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for QueueFamilyQueryResultStatusPropertiesKHR
impl Eq for QueueFamilyQueryResultStatusPropertiesKHR
impl Send for QueueFamilyQueryResultStatusPropertiesKHR
impl StructuralPartialEq for QueueFamilyQueryResultStatusPropertiesKHR
impl Sync for QueueFamilyQueryResultStatusPropertiesKHR
Auto Trait Implementations§
impl Freeze for QueueFamilyQueryResultStatusPropertiesKHR
impl RefUnwindSafe 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