#[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§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkClearRect
impl Default for VkClearRect
Source§fn default() -> VkClearRect
fn default() -> VkClearRect
Returns the “default value” for a type. Read more
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