#[repr(i32)]pub enum TextureCopyType {
SubresourceIndex = 0,
PlacedFootprint = 1,
}Variants§
Trait Implementations§
Source§impl Clone for TextureCopyType
impl Clone for TextureCopyType
Source§fn clone(&self) -> TextureCopyType
fn clone(&self) -> TextureCopyType
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 moreSource§impl Debug for TextureCopyType
impl Debug for TextureCopyType
impl Copy for TextureCopyType
Auto Trait Implementations§
impl Freeze for TextureCopyType
impl RefUnwindSafe for TextureCopyType
impl Send for TextureCopyType
impl Sync for TextureCopyType
impl Unpin for TextureCopyType
impl UnwindSafe for TextureCopyType
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