#[repr(C)]pub struct VkSwapchainPresentScalingCreateInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub scalingBehavior: VkPresentScalingFlagsKHR,
pub presentGravityX: VkPresentGravityFlagsKHR,
pub presentGravityY: VkPresentGravityFlagsKHR,
}Fields§
§sType: VkStructureType§pNext: *const c_void§scalingBehavior: VkPresentScalingFlagsKHR§presentGravityX: VkPresentGravityFlagsKHR§presentGravityY: VkPresentGravityFlagsKHRTrait Implementations§
Source§impl Clone for VkSwapchainPresentScalingCreateInfoKHR
impl Clone for VkSwapchainPresentScalingCreateInfoKHR
Source§fn clone(&self) -> VkSwapchainPresentScalingCreateInfoKHR
fn clone(&self) -> VkSwapchainPresentScalingCreateInfoKHR
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 VkSwapchainPresentScalingCreateInfoKHR
Auto Trait Implementations§
impl Freeze for VkSwapchainPresentScalingCreateInfoKHR
impl RefUnwindSafe for VkSwapchainPresentScalingCreateInfoKHR
impl !Send for VkSwapchainPresentScalingCreateInfoKHR
impl !Sync for VkSwapchainPresentScalingCreateInfoKHR
impl Unpin for VkSwapchainPresentScalingCreateInfoKHR
impl UnwindSafe for VkSwapchainPresentScalingCreateInfoKHR
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