#[repr(C)]pub struct PhysicalDeviceImageAlignmentControlPropertiesMESA<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub supported_image_alignment_mask: u32,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§supported_image_alignment_mask: u32§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> PhysicalDeviceImageAlignmentControlPropertiesMESA<'a>
impl<'a> PhysicalDeviceImageAlignmentControlPropertiesMESA<'a>
pub fn supported_image_alignment_mask( self, supported_image_alignment_mask: u32, ) -> Self
Trait Implementations§
Source§impl<'a> Clone for PhysicalDeviceImageAlignmentControlPropertiesMESA<'a>
impl<'a> Clone for PhysicalDeviceImageAlignmentControlPropertiesMESA<'a>
Source§fn clone(&self) -> PhysicalDeviceImageAlignmentControlPropertiesMESA<'a>
fn clone(&self) -> PhysicalDeviceImageAlignmentControlPropertiesMESA<'a>
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<'a> Debug for PhysicalDeviceImageAlignmentControlPropertiesMESA<'a>
impl<'a> Debug for PhysicalDeviceImageAlignmentControlPropertiesMESA<'a>
Source§impl<'a> TaggedStructure for PhysicalDeviceImageAlignmentControlPropertiesMESA<'a>
impl<'a> TaggedStructure for PhysicalDeviceImageAlignmentControlPropertiesMESA<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_IMAGE_ALIGNMENT_CONTROL_PROPERTIES_MESA
impl<'a> Copy for PhysicalDeviceImageAlignmentControlPropertiesMESA<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceImageAlignmentControlPropertiesMESA<'_>
impl Send for PhysicalDeviceImageAlignmentControlPropertiesMESA<'_>
impl Sync for PhysicalDeviceImageAlignmentControlPropertiesMESA<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceImageAlignmentControlPropertiesMESA<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceImageAlignmentControlPropertiesMESA<'a>
impl<'a> Unpin for PhysicalDeviceImageAlignmentControlPropertiesMESA<'a>
impl<'a> UnwindSafe for PhysicalDeviceImageAlignmentControlPropertiesMESA<'a>
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