#[repr(C)]pub struct VkClearRect {
pub rect: VkRect2D,
pub baseArrayLayer: u32,
pub layerCount: u32,
}
Fields§
§rect: VkRect2D
§baseArrayLayer: u32
§layerCount: u32
Trait Implementations§
Source§impl Clone for VkClearRect
impl Clone for VkClearRect
Source§fn clone(&self) -> VkClearRect
fn clone(&self) -> VkClearRect
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 VkClearRect
impl Debug for VkClearRect
impl Copy for VkClearRect
Auto Trait Implementations§
impl Freeze for VkClearRect
impl RefUnwindSafe for VkClearRect
impl Send for VkClearRect
impl Sync for VkClearRect
impl Unpin for VkClearRect
impl UnwindSafe for VkClearRect
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