#[repr(C)]pub struct QueueFamilyProperties2KHR {
pub sType: StructureType,
pub pNext: *mut c_void,
pub queueFamilyProperties: QueueFamilyProperties,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§queueFamilyProperties: QueueFamilyProperties
Auto Trait Implementations§
impl Freeze for QueueFamilyProperties2KHR
impl RefUnwindSafe for QueueFamilyProperties2KHR
impl !Send for QueueFamilyProperties2KHR
impl !Sync for QueueFamilyProperties2KHR
impl Unpin for QueueFamilyProperties2KHR
impl UnwindSafe for QueueFamilyProperties2KHR
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