pub struct OneGraphicsQueue;
Expand description
QueuePicker that picks first graphics queue family.
TODO: Try to pick family that is capable of presenting This is possible in platform-dependent way for some platforms.
To pick multiple families with require number of queues
a custom QueuesConfigure
implementation can be used instead.
Trait Implementations§
Source§impl Clone for OneGraphicsQueue
impl Clone for OneGraphicsQueue
Source§fn clone(&self) -> OneGraphicsQueue
fn clone(&self) -> OneGraphicsQueue
Returns a copy 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 OneGraphicsQueue
impl Debug for OneGraphicsQueue
Source§impl Default for OneGraphicsQueue
impl Default for OneGraphicsQueue
Source§fn default() -> OneGraphicsQueue
fn default() -> OneGraphicsQueue
Returns the “default value” for a type. Read more
Source§impl QueuesConfigure for OneGraphicsQueue
impl QueuesConfigure for OneGraphicsQueue
impl Copy for OneGraphicsQueue
Auto Trait Implementations§
impl Freeze for OneGraphicsQueue
impl RefUnwindSafe for OneGraphicsQueue
impl Send for OneGraphicsQueue
impl Sync for OneGraphicsQueue
impl Unpin for OneGraphicsQueue
impl UnwindSafe for OneGraphicsQueue
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)