#[repr(C)]pub struct PhysicalDeviceImageAlignmentControlPropertiesMESA {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub supported_image_alignment_mask: u32,
}Expand description
VkPhysicalDeviceImageAlignmentControlPropertiesMESA
Provided by VK_MESA_image_alignment_control.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ALIGNMENT_CONTROL_PROPERTIES_MESA.
p_next: *mut c_voidOptional, may be null.
supported_image_alignment_mask: u32Implementations§
Source§impl PhysicalDeviceImageAlignmentControlPropertiesMESA
impl PhysicalDeviceImageAlignmentControlPropertiesMESA
Sourcepub fn builder<'a>() -> PhysicalDeviceImageAlignmentControlPropertiesMESABuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceImageAlignmentControlPropertiesMESABuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceImageAlignmentControlPropertiesMESA
impl Clone for PhysicalDeviceImageAlignmentControlPropertiesMESA
Source§fn clone(&self) -> PhysicalDeviceImageAlignmentControlPropertiesMESA
fn clone(&self) -> PhysicalDeviceImageAlignmentControlPropertiesMESA
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for PhysicalDeviceImageAlignmentControlPropertiesMESA
impl Default for PhysicalDeviceImageAlignmentControlPropertiesMESA
Source§fn default() -> PhysicalDeviceImageAlignmentControlPropertiesMESA
fn default() -> PhysicalDeviceImageAlignmentControlPropertiesMESA
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceImageAlignmentControlPropertiesMESA
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceImageAlignmentControlPropertiesMESA
Auto Trait Implementations§
impl Freeze for PhysicalDeviceImageAlignmentControlPropertiesMESA
impl RefUnwindSafe for PhysicalDeviceImageAlignmentControlPropertiesMESA
impl !Send for PhysicalDeviceImageAlignmentControlPropertiesMESA
impl !Sync for PhysicalDeviceImageAlignmentControlPropertiesMESA
impl Unpin for PhysicalDeviceImageAlignmentControlPropertiesMESA
impl UnsafeUnpin for PhysicalDeviceImageAlignmentControlPropertiesMESA
impl UnwindSafe for PhysicalDeviceImageAlignmentControlPropertiesMESA
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