pub struct PrimaryLevel;
Expand description
Command buffers of this level can be submitted to the command queues.
Trait Implementations§
Source§impl Clone for PrimaryLevel
impl Clone for PrimaryLevel
Source§fn clone(&self) -> PrimaryLevel
fn clone(&self) -> PrimaryLevel
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 PrimaryLevel
impl Debug for PrimaryLevel
Source§impl Default for PrimaryLevel
impl Default for PrimaryLevel
Source§fn default() -> PrimaryLevel
fn default() -> PrimaryLevel
Returns the “default value” for a type. Read more
Source§impl Level for PrimaryLevel
impl Level for PrimaryLevel
impl Copy for PrimaryLevel
Auto Trait Implementations§
impl Freeze for PrimaryLevel
impl RefUnwindSafe for PrimaryLevel
impl Send for PrimaryLevel
impl Sync for PrimaryLevel
impl Unpin for PrimaryLevel
impl UnwindSafe for PrimaryLevel
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
)