#[repr(C)]pub struct OutOfBandQueueTypeInfoNV {
pub s_type: StructureType,
pub next: *const c_void,
pub queue_type: OutOfBandQueueTypeNV,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§queue_type: OutOfBandQueueTypeNVTrait Implementations§
Source§impl Clone for OutOfBandQueueTypeInfoNV
impl Clone for OutOfBandQueueTypeInfoNV
Source§fn clone(&self) -> OutOfBandQueueTypeInfoNV
fn clone(&self) -> OutOfBandQueueTypeInfoNV
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 Debug for OutOfBandQueueTypeInfoNV
impl Debug for OutOfBandQueueTypeInfoNV
Source§impl Default for OutOfBandQueueTypeInfoNV
impl Default for OutOfBandQueueTypeInfoNV
Source§impl Hash for OutOfBandQueueTypeInfoNV
impl Hash for OutOfBandQueueTypeInfoNV
Source§impl PartialEq for OutOfBandQueueTypeInfoNV
impl PartialEq for OutOfBandQueueTypeInfoNV
impl Copy for OutOfBandQueueTypeInfoNV
impl Eq for OutOfBandQueueTypeInfoNV
impl Send for OutOfBandQueueTypeInfoNV
impl StructuralPartialEq for OutOfBandQueueTypeInfoNV
impl Sync for OutOfBandQueueTypeInfoNV
Auto Trait Implementations§
impl Freeze for OutOfBandQueueTypeInfoNV
impl RefUnwindSafe for OutOfBandQueueTypeInfoNV
impl Unpin for OutOfBandQueueTypeInfoNV
impl UnwindSafe for OutOfBandQueueTypeInfoNV
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