struct ImageWithoutMemory {
raw: Image,
requirements: MemoryRequirements,
copy_size: CopyExtent,
}Fields§
§raw: Image§requirements: MemoryRequirements§copy_size: CopyExtentAuto Trait Implementations§
impl Freeze for ImageWithoutMemory
impl RefUnwindSafe for ImageWithoutMemory
impl Send for ImageWithoutMemory
impl Sync for ImageWithoutMemory
impl Unpin for ImageWithoutMemory
impl UnwindSafe for ImageWithoutMemory
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