Struct wgpu_core::init_tracker::texture::TextureInitTrackerAction
source · pub(crate) struct TextureInitTrackerAction {
pub(crate) texture: Arc<Texture>,
pub(crate) range: TextureInitRange,
pub(crate) kind: MemoryInitKind,
}
Fields§
§texture: Arc<Texture>
§range: TextureInitRange
§kind: MemoryInitKind
Trait Implementations§
source§impl Clone for TextureInitTrackerAction
impl Clone for TextureInitTrackerAction
source§fn clone(&self) -> TextureInitTrackerAction
fn clone(&self) -> TextureInitTrackerAction
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 moreAuto Trait Implementations§
impl Freeze for TextureInitTrackerAction
impl !RefUnwindSafe for TextureInitTrackerAction
impl Send for TextureInitTrackerAction
impl Sync for TextureInitTrackerAction
impl Unpin for TextureInitTrackerAction
impl !UnwindSafe for TextureInitTrackerAction
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