pub struct TextureManagerReadyOutput {
pub bg: ProfileData<(), Arc<BindGroup>>,
}Expand description
Output of readying up a TextureManager.
Fields§
§bg: ProfileData<(), Arc<BindGroup>>Trait Implementations§
Source§impl Clone for TextureManagerReadyOutput
impl Clone for TextureManagerReadyOutput
Source§fn clone(&self) -> TextureManagerReadyOutput
fn clone(&self) -> TextureManagerReadyOutput
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for TextureManagerReadyOutput
impl !RefUnwindSafe for TextureManagerReadyOutput
impl Send for TextureManagerReadyOutput
impl Sync for TextureManagerReadyOutput
impl Unpin for TextureManagerReadyOutput
impl !UnwindSafe for TextureManagerReadyOutput
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