#[repr(C)]pub struct PhysicalDeviceImageAlignmentControlPropertiesMESA {
pub s_type: StructureType,
pub next: *mut c_void,
pub supported_image_alignment_mask: u32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§supported_image_alignment_mask: u32Trait 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 PartialEq for PhysicalDeviceImageAlignmentControlPropertiesMESA
impl PartialEq for PhysicalDeviceImageAlignmentControlPropertiesMESA
Source§fn eq(&self, other: &PhysicalDeviceImageAlignmentControlPropertiesMESA) -> bool
fn eq(&self, other: &PhysicalDeviceImageAlignmentControlPropertiesMESA) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceImageAlignmentControlPropertiesMESA
impl Eq for PhysicalDeviceImageAlignmentControlPropertiesMESA
impl Send for PhysicalDeviceImageAlignmentControlPropertiesMESA
impl StructuralPartialEq for PhysicalDeviceImageAlignmentControlPropertiesMESA
impl Sync for PhysicalDeviceImageAlignmentControlPropertiesMESA
Auto Trait Implementations§
impl Freeze for PhysicalDeviceImageAlignmentControlPropertiesMESA
impl RefUnwindSafe for PhysicalDeviceImageAlignmentControlPropertiesMESA
impl Unpin 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