#[repr(C)]pub struct PhysicalDeviceImageAlignmentControlFeaturesMESA {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub image_alignment_control: u32,
}Expand description
VkPhysicalDeviceImageAlignmentControlFeaturesMESA
Provided by VK_MESA_image_alignment_control.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ALIGNMENT_CONTROL_FEATURES_MESA.
p_next: *mut c_voidOptional, may be null.
image_alignment_control: u32Implementations§
Source§impl PhysicalDeviceImageAlignmentControlFeaturesMESA
impl PhysicalDeviceImageAlignmentControlFeaturesMESA
Sourcepub fn builder<'a>() -> PhysicalDeviceImageAlignmentControlFeaturesMESABuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceImageAlignmentControlFeaturesMESABuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for PhysicalDeviceImageAlignmentControlFeaturesMESA
impl Clone for PhysicalDeviceImageAlignmentControlFeaturesMESA
Source§fn clone(&self) -> PhysicalDeviceImageAlignmentControlFeaturesMESA
fn clone(&self) -> PhysicalDeviceImageAlignmentControlFeaturesMESA
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 moreimpl Copy for PhysicalDeviceImageAlignmentControlFeaturesMESA
impl ExtendsDeviceCreateInfo for PhysicalDeviceImageAlignmentControlFeaturesMESA
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceImageAlignmentControlFeaturesMESA
Auto Trait Implementations§
impl Freeze for PhysicalDeviceImageAlignmentControlFeaturesMESA
impl RefUnwindSafe for PhysicalDeviceImageAlignmentControlFeaturesMESA
impl !Send for PhysicalDeviceImageAlignmentControlFeaturesMESA
impl !Sync for PhysicalDeviceImageAlignmentControlFeaturesMESA
impl Unpin for PhysicalDeviceImageAlignmentControlFeaturesMESA
impl UnsafeUnpin for PhysicalDeviceImageAlignmentControlFeaturesMESA
impl UnwindSafe for PhysicalDeviceImageAlignmentControlFeaturesMESA
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