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 (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 !RefUnwindSafe for TextureManagerReadyOutput
impl !UnwindSafe for TextureManagerReadyOutput
impl Freeze for TextureManagerReadyOutput
impl Send for TextureManagerReadyOutput
impl Sync for TextureManagerReadyOutput
impl Unpin for TextureManagerReadyOutput
impl UnsafeUnpin for TextureManagerReadyOutput
Blanket Implementations§
impl<T> AnyBound<dyn Any + Send> for T
impl<T> AnyBound<dyn Any + Sync + Send> for T
impl<T> AnyBound<dyn Any + Sync> for T
impl<T> AnyBound<dyn Any> for Twhere
T: Any,
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