#[repr(C)]pub struct VkQueueFamilyProperties2 {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub queueFamilyProperties: VkQueueFamilyProperties,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§queueFamilyProperties: VkQueueFamilyProperties
Trait Implementations§
Source§impl Clone for VkQueueFamilyProperties2
impl Clone for VkQueueFamilyProperties2
Source§fn clone(&self) -> VkQueueFamilyProperties2
fn clone(&self) -> VkQueueFamilyProperties2
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 Default for VkQueueFamilyProperties2
impl Default for VkQueueFamilyProperties2
impl Copy for VkQueueFamilyProperties2
Auto Trait Implementations§
impl Freeze for VkQueueFamilyProperties2
impl RefUnwindSafe for VkQueueFamilyProperties2
impl !Send for VkQueueFamilyProperties2
impl !Sync for VkQueueFamilyProperties2
impl Unpin for VkQueueFamilyProperties2
impl UnwindSafe for VkQueueFamilyProperties2
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