pub struct VkPresentRegion {
pub rectangles: Option<Vec<VkRectLayer>>,
}Expand description
Wrapper for VkPresentRegionKHR.
Fields§
§rectangles: Option<Vec<VkRectLayer>>Trait Implementations§
Source§impl Clone for VkPresentRegion
impl Clone for VkPresentRegion
Source§fn clone(&self) -> VkPresentRegion
fn clone(&self) -> VkPresentRegion
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 Debug for VkPresentRegion
impl Debug for VkPresentRegion
Source§impl Default for VkPresentRegion
impl Default for VkPresentRegion
Source§fn default() -> VkPresentRegion
fn default() -> VkPresentRegion
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VkPresentRegion
impl RefUnwindSafe for VkPresentRegion
impl Send for VkPresentRegion
impl Sync for VkPresentRegion
impl Unpin for VkPresentRegion
impl UnwindSafe for VkPresentRegion
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