#[repr(C)]pub struct DeviceQueueInfo2 {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: DeviceQueueCreateFlags,
pub queue_family_index: u32,
pub queue_index: u32,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidflags: DeviceQueueCreateFlagsqueue_family_index: u32queue_index: u32Implementations
sourceimpl DeviceQueueInfo2
impl DeviceQueueInfo2
pub fn builder<'a>() -> DeviceQueueInfo2Builder<'a>
Trait Implementations
sourceimpl Clone for DeviceQueueInfo2
impl Clone for DeviceQueueInfo2
sourcefn clone(&self) -> DeviceQueueInfo2
fn clone(&self) -> DeviceQueueInfo2
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DeviceQueueInfo2
impl Debug for DeviceQueueInfo2
sourceimpl Default for DeviceQueueInfo2
impl Default for DeviceQueueInfo2
sourcefn default() -> DeviceQueueInfo2
fn default() -> DeviceQueueInfo2
Returns the “default value” for a type. Read more
impl Copy for DeviceQueueInfo2
Auto Trait Implementations
impl RefUnwindSafe for DeviceQueueInfo2
impl !Send for DeviceQueueInfo2
impl !Sync for DeviceQueueInfo2
impl Unpin for DeviceQueueInfo2
impl UnwindSafe for DeviceQueueInfo2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more