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