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