pub struct VulkanDisplayImageImportMetadata {Show 15 fields
pub flags: u32,
pub image_type: i32,
pub format: i32,
pub extent: VkExtent3D,
pub mip_levels: u32,
pub array_layers: u32,
pub samples: u32,
pub tiling: i32,
pub usage: u32,
pub sharing_mode: i32,
pub queue_family_indices: Vec<u32>,
pub initial_layout: i32,
pub allocation_size: u64,
pub memory_type_index: u32,
pub dedicated_allocation: bool,
}Fields§
§flags: u32§image_type: i32§format: i32§extent: VkExtent3D§mip_levels: u32§array_layers: u32§samples: u32§tiling: i32§usage: u32§sharing_mode: i32§queue_family_indices: Vec<u32>§initial_layout: i32§allocation_size: u64§memory_type_index: u32§dedicated_allocation: boolAuto Trait Implementations§
impl Freeze for VulkanDisplayImageImportMetadata
impl RefUnwindSafe for VulkanDisplayImageImportMetadata
impl Send for VulkanDisplayImageImportMetadata
impl Sync for VulkanDisplayImageImportMetadata
impl Unpin for VulkanDisplayImageImportMetadata
impl UnwindSafe for VulkanDisplayImageImportMetadata
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