pub enum TextureMemory {
Allocation(Allocation),
Dedicated(DeviceMemory),
External,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TextureMemory
impl RefUnwindSafe for TextureMemory
impl Send for TextureMemory
impl Sync for TextureMemory
impl Unpin for TextureMemory
impl UnwindSafe for TextureMemory
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