#[repr(C)]pub struct VkImageAlignmentControlCreateInfoMESA {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub maximumRequestedAlignment: u32,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§maximumRequestedAlignment: u32
Trait Implementations§
Source§impl Clone for VkImageAlignmentControlCreateInfoMESA
impl Clone for VkImageAlignmentControlCreateInfoMESA
Source§fn clone(&self) -> VkImageAlignmentControlCreateInfoMESA
fn clone(&self) -> VkImageAlignmentControlCreateInfoMESA
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkImageAlignmentControlCreateInfoMESA
Auto Trait Implementations§
impl Freeze for VkImageAlignmentControlCreateInfoMESA
impl RefUnwindSafe for VkImageAlignmentControlCreateInfoMESA
impl !Send for VkImageAlignmentControlCreateInfoMESA
impl !Sync for VkImageAlignmentControlCreateInfoMESA
impl Unpin for VkImageAlignmentControlCreateInfoMESA
impl UnwindSafe for VkImageAlignmentControlCreateInfoMESA
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