#[repr(C)]pub struct VkQueueFamilyQueryResultStatusPropertiesKHR {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub queryResultStatusSupport: VkBool32,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§queryResultStatusSupport: VkBool32
Trait Implementations§
Source§impl Clone for VkQueueFamilyQueryResultStatusPropertiesKHR
impl Clone for VkQueueFamilyQueryResultStatusPropertiesKHR
Source§fn clone(&self) -> VkQueueFamilyQueryResultStatusPropertiesKHR
fn clone(&self) -> VkQueueFamilyQueryResultStatusPropertiesKHR
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkQueueFamilyQueryResultStatusPropertiesKHR
Auto Trait Implementations§
impl Freeze for VkQueueFamilyQueryResultStatusPropertiesKHR
impl RefUnwindSafe for VkQueueFamilyQueryResultStatusPropertiesKHR
impl !Send for VkQueueFamilyQueryResultStatusPropertiesKHR
impl !Sync for VkQueueFamilyQueryResultStatusPropertiesKHR
impl Unpin for VkQueueFamilyQueryResultStatusPropertiesKHR
impl UnwindSafe for VkQueueFamilyQueryResultStatusPropertiesKHR
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