#[repr(C)]pub struct VkSurfacePresentScalingCapabilitiesKHR {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub supportedPresentScaling: VkPresentScalingFlagsKHR,
pub supportedPresentGravityX: VkPresentGravityFlagsKHR,
pub supportedPresentGravityY: VkPresentGravityFlagsKHR,
pub minScaledImageExtent: VkExtent2D,
pub maxScaledImageExtent: VkExtent2D,
}Fields§
§sType: VkStructureType§pNext: *mut c_void§supportedPresentScaling: VkPresentScalingFlagsKHR§supportedPresentGravityX: VkPresentGravityFlagsKHR§supportedPresentGravityY: VkPresentGravityFlagsKHR§minScaledImageExtent: VkExtent2D§maxScaledImageExtent: VkExtent2DTrait Implementations§
Source§impl Clone for VkSurfacePresentScalingCapabilitiesKHR
impl Clone for VkSurfacePresentScalingCapabilitiesKHR
Source§fn clone(&self) -> VkSurfacePresentScalingCapabilitiesKHR
fn clone(&self) -> VkSurfacePresentScalingCapabilitiesKHR
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 VkSurfacePresentScalingCapabilitiesKHR
Auto Trait Implementations§
impl Freeze for VkSurfacePresentScalingCapabilitiesKHR
impl RefUnwindSafe for VkSurfacePresentScalingCapabilitiesKHR
impl !Send for VkSurfacePresentScalingCapabilitiesKHR
impl !Sync for VkSurfacePresentScalingCapabilitiesKHR
impl Unpin for VkSurfacePresentScalingCapabilitiesKHR
impl UnwindSafe for VkSurfacePresentScalingCapabilitiesKHR
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