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