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