Struct wgpu_hal::vulkan::device::ImageWithoutMemory
source · struct ImageWithoutMemory {
raw: Image,
requirements: MemoryRequirements,
copy_size: CopyExtent,
view_formats: Vec<TextureFormat>,
raw_flags: ImageCreateFlags,
}
Fields§
§raw: Image
§requirements: MemoryRequirements
§copy_size: CopyExtent
§view_formats: Vec<TextureFormat>
§raw_flags: ImageCreateFlags
Auto 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