pub struct ImageAllocations { /* private fields */ }Implementations§
Source§impl ImageAllocations
impl ImageAllocations
pub unsafe fn allocate( physical_device: &PhysicalDevice, device: &Device, images: &[Image], image_create_infos: &[ImageCreateInfo], property_flags: impl Into<MemoryPropertyFlags> + Copy, ) -> Result<Self>
pub unsafe fn free(self, device: &Device)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImageAllocations
impl RefUnwindSafe for ImageAllocations
impl Send for ImageAllocations
impl Sync for ImageAllocations
impl Unpin for ImageAllocations
impl UnwindSafe for ImageAllocations
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