Struct ash::vk::definitions::DisplayPresentInfoKHR
source · #[repr(C)]pub struct DisplayPresentInfoKHR<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub src_rect: Rect2D,
pub dst_rect: Rect2D,
pub persistent: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§src_rect: Rect2D
§dst_rect: Rect2D
§persistent: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
Trait Implementations§
source§impl<'a> Clone for DisplayPresentInfoKHR<'a>
impl<'a> Clone for DisplayPresentInfoKHR<'a>
source§fn clone(&self) -> DisplayPresentInfoKHR<'a>
fn clone(&self) -> DisplayPresentInfoKHR<'a>
Returns a copy 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<'a> Debug for DisplayPresentInfoKHR<'a>
impl<'a> Debug for DisplayPresentInfoKHR<'a>
source§impl Default for DisplayPresentInfoKHR<'_>
impl Default for DisplayPresentInfoKHR<'_>
source§impl<'a> TaggedStructure for DisplayPresentInfoKHR<'a>
impl<'a> TaggedStructure for DisplayPresentInfoKHR<'a>
const STRUCTURE_TYPE: StructureType = StructureType::DISPLAY_PRESENT_INFO_KHR
impl<'a> Copy for DisplayPresentInfoKHR<'a>
impl ExtendsPresentInfoKHR for DisplayPresentInfoKHR<'_>
impl Send for DisplayPresentInfoKHR<'_>
impl Sync for DisplayPresentInfoKHR<'_>
Auto Trait Implementations§
impl<'a> Freeze for DisplayPresentInfoKHR<'a>
impl<'a> RefUnwindSafe for DisplayPresentInfoKHR<'a>
impl<'a> Unpin for DisplayPresentInfoKHR<'a>
impl<'a> UnwindSafe for DisplayPresentInfoKHR<'a>
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