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