pub struct IdReferences;Expand description
Reference wgpu objects via numeric IDs assigned by crate::identity::IdentityManager.
Trait Implementations§
Source§impl Clone for IdReferences
impl Clone for IdReferences
Source§fn clone(&self) -> IdReferences
fn clone(&self) -> IdReferences
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 IdReferences
impl Debug for IdReferences
Source§impl ReferenceType for IdReferences
impl ReferenceType for IdReferences
type Buffer = Id<Buffer>
type Surface = Id<Surface>
type Texture = Id<Texture>
type TextureView = Id<TextureView>
type ExternalTexture = Id<ExternalTexture>
type QuerySet = Id<QuerySet>
type BindGroup = Id<BindGroup>
type RenderPipeline = Id<RenderPipeline>
type RenderBundle = Id<RenderBundle>
type ComputePipeline = Id<ComputePipeline>
type Blas = Id<Blas>
type Tlas = Id<Tlas>
Auto Trait Implementations§
impl Freeze for IdReferences
impl RefUnwindSafe for IdReferences
impl Send for IdReferences
impl Sync for IdReferences
impl Unpin for IdReferences
impl UnwindSafe for IdReferences
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