#[repr(C)]pub struct SurfaceCapabilitiesPresentId2KHR {
pub s_type: StructureType,
pub next: *mut c_void,
pub present_id2_supported: Bool32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§present_id2_supported: Bool32Trait Implementations§
Source§impl Clone for SurfaceCapabilitiesPresentId2KHR
impl Clone for SurfaceCapabilitiesPresentId2KHR
Source§fn clone(&self) -> SurfaceCapabilitiesPresentId2KHR
fn clone(&self) -> SurfaceCapabilitiesPresentId2KHR
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 moreSource§impl PartialEq for SurfaceCapabilitiesPresentId2KHR
impl PartialEq for SurfaceCapabilitiesPresentId2KHR
Source§fn eq(&self, other: &SurfaceCapabilitiesPresentId2KHR) -> bool
fn eq(&self, other: &SurfaceCapabilitiesPresentId2KHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SurfaceCapabilitiesPresentId2KHR
impl Eq for SurfaceCapabilitiesPresentId2KHR
impl Send for SurfaceCapabilitiesPresentId2KHR
impl StructuralPartialEq for SurfaceCapabilitiesPresentId2KHR
impl Sync for SurfaceCapabilitiesPresentId2KHR
Auto Trait Implementations§
impl Freeze for SurfaceCapabilitiesPresentId2KHR
impl RefUnwindSafe for SurfaceCapabilitiesPresentId2KHR
impl Unpin for SurfaceCapabilitiesPresentId2KHR
impl UnwindSafe for SurfaceCapabilitiesPresentId2KHR
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