#[repr(C)]pub struct VkSurfaceCapabilitiesFullScreenExclusiveEXT {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub fullScreenExclusiveSupported: VkBool32,
}Fields§
§sType: VkStructureType§pNext: *mut c_void§fullScreenExclusiveSupported: VkBool32Trait Implementations§
Source§impl Clone for VkSurfaceCapabilitiesFullScreenExclusiveEXT
impl Clone for VkSurfaceCapabilitiesFullScreenExclusiveEXT
Source§fn clone(&self) -> VkSurfaceCapabilitiesFullScreenExclusiveEXT
fn clone(&self) -> VkSurfaceCapabilitiesFullScreenExclusiveEXT
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 VkSurfaceCapabilitiesFullScreenExclusiveEXT
Auto Trait Implementations§
impl Freeze for VkSurfaceCapabilitiesFullScreenExclusiveEXT
impl RefUnwindSafe for VkSurfaceCapabilitiesFullScreenExclusiveEXT
impl !Send for VkSurfaceCapabilitiesFullScreenExclusiveEXT
impl !Sync for VkSurfaceCapabilitiesFullScreenExclusiveEXT
impl Unpin for VkSurfaceCapabilitiesFullScreenExclusiveEXT
impl UnwindSafe for VkSurfaceCapabilitiesFullScreenExclusiveEXT
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