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