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