#[repr(C)]pub struct VkRectLayerKHR {
pub offset: VkOffset2D,
pub extent: VkExtent2D,
pub layer: u32,
}
Fields§
§offset: VkOffset2D
§extent: VkExtent2D
§layer: u32
Trait 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§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 VkRectLayerKHR
impl Default for VkRectLayerKHR
Source§fn default() -> VkRectLayerKHR
fn default() -> VkRectLayerKHR
Returns the “default value” for a type. Read more
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