#[repr(C)]pub struct WGPUQueueDescriptor {
pub nextInChain: *mut WGPUChainedStruct,
pub label: WGPUStringView,
}Fields§
§nextInChain: *mut WGPUChainedStruct§label: WGPUStringViewTrait Implementations§
Source§impl Clone for WGPUQueueDescriptor
impl Clone for WGPUQueueDescriptor
Source§fn clone(&self) -> WGPUQueueDescriptor
fn clone(&self) -> WGPUQueueDescriptor
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 WGPUQueueDescriptor
impl Debug for WGPUQueueDescriptor
impl Copy for WGPUQueueDescriptor
Auto Trait Implementations§
impl Freeze for WGPUQueueDescriptor
impl RefUnwindSafe for WGPUQueueDescriptor
impl !Send for WGPUQueueDescriptor
impl !Sync for WGPUQueueDescriptor
impl Unpin for WGPUQueueDescriptor
impl UnwindSafe for WGPUQueueDescriptor
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