#[repr(C)]pub struct VkSurfacePresentModeEXT {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub presentMode: VkPresentModeKHR,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§presentMode: VkPresentModeKHR
Trait 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 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkSurfacePresentModeEXT
impl Default for VkSurfacePresentModeEXT
impl Copy for VkSurfacePresentModeEXT
Auto Trait Implementations§
impl Freeze for VkSurfacePresentModeEXT
impl RefUnwindSafe for VkSurfacePresentModeEXT
impl !Send for VkSurfacePresentModeEXT
impl !Sync for VkSurfacePresentModeEXT
impl Unpin 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