#[repr(C)]pub struct DisplayPresentInfoKHR {
pub sType: StructureType,
pub pNext: *const c_void,
pub srcRect: Rect2D,
pub dstRect: Rect2D,
pub persistent: Bool32,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§srcRect: Rect2D
§dstRect: Rect2D
§persistent: Bool32
Auto Trait Implementations§
impl Freeze for DisplayPresentInfoKHR
impl RefUnwindSafe for DisplayPresentInfoKHR
impl !Send for DisplayPresentInfoKHR
impl !Sync for DisplayPresentInfoKHR
impl Unpin for DisplayPresentInfoKHR
impl UnwindSafe for DisplayPresentInfoKHR
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