pub struct QueueAllocation {
pub category: QueueCategory,
pub family_index: u32,
pub count: u32,
}Fields§
§category: QueueCategory§family_index: u32§count: u32Trait Implementations§
Source§impl Clone for QueueAllocation
impl Clone for QueueAllocation
Source§fn clone(&self) -> QueueAllocation
fn clone(&self) -> QueueAllocation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for QueueAllocation
impl RefUnwindSafe for QueueAllocation
impl Send for QueueAllocation
impl Sync for QueueAllocation
impl Unpin for QueueAllocation
impl UnsafeUnpin for QueueAllocation
impl UnwindSafe for QueueAllocation
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