Struct wgpu_core::command::RenderBundle
source · pub struct RenderBundle { /* private fields */ }
Trait Implementations§
source§impl Debug for RenderBundle
impl Debug for RenderBundle
source§impl Drop for RenderBundle
impl Drop for RenderBundle
source§impl Labeled for RenderBundle
impl Labeled for RenderBundle
source§fn label(&self) -> &str
fn label(&self) -> &str
Returns a string identifying this resource for logging and errors. Read more
fn error_ident(&self) -> ResourceErrorIdent
source§impl ParentDevice for RenderBundle
impl ParentDevice for RenderBundle
source§impl ResourceType for RenderBundle
impl ResourceType for RenderBundle
impl Send for RenderBundle
Available on
send_sync
only.impl Sync for RenderBundle
Available on
send_sync
only.Auto Trait Implementations§
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