#[repr(C)]pub struct DisplayPresentInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub src_rect: Rect2D,
pub dst_rect: Rect2D,
pub persistent: u32,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidsrc_rect: Rect2Ddst_rect: Rect2Dpersistent: u32Implementations
sourceimpl DisplayPresentInfoKHR
impl DisplayPresentInfoKHR
pub fn builder<'a>() -> DisplayPresentInfoKHRBuilder<'a>
Trait Implementations
sourceimpl Clone for DisplayPresentInfoKHR
impl Clone for DisplayPresentInfoKHR
sourcefn clone(&self) -> DisplayPresentInfoKHR
fn clone(&self) -> DisplayPresentInfoKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for DisplayPresentInfoKHR
impl Debug for DisplayPresentInfoKHR
sourceimpl Default for DisplayPresentInfoKHR
impl Default for DisplayPresentInfoKHR
sourcefn default() -> DisplayPresentInfoKHR
fn default() -> DisplayPresentInfoKHR
Returns the “default value” for a type. Read more
impl Copy for DisplayPresentInfoKHR
impl ExtendsPresentInfoKHR for DisplayPresentInfoKHR
Auto Trait Implementations
impl RefUnwindSafe for DisplayPresentInfoKHR
impl !Send for DisplayPresentInfoKHR
impl !Sync for DisplayPresentInfoKHR
impl Unpin for DisplayPresentInfoKHR
impl UnwindSafe for DisplayPresentInfoKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more