#[repr(C)]pub struct VkRectLayerKHR {
pub offset: VkOffset2D,
pub extent: VkExtent2D,
pub layer: u32,
}Fields§
§offset: VkOffset2D§extent: VkExtent2D§layer: u32Trait Implementations§
Source§impl Clone for VkRectLayerKHR
impl Clone for VkRectLayerKHR
Source§fn clone(&self) -> VkRectLayerKHR
fn clone(&self) -> VkRectLayerKHR
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 VkRectLayerKHR
impl Debug for VkRectLayerKHR
impl Copy for VkRectLayerKHR
Auto Trait Implementations§
impl Freeze for VkRectLayerKHR
impl RefUnwindSafe for VkRectLayerKHR
impl Send for VkRectLayerKHR
impl Sync for VkRectLayerKHR
impl Unpin for VkRectLayerKHR
impl UnwindSafe for VkRectLayerKHR
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