#[repr(C)]pub struct VkRect2D {
pub offset: VkOffset2D,
pub extent: VkExtent2D,
}Expand description
struct VkRect2D from VK_VERSION_1_0
Fields§
§offset: VkOffset2D§extent: VkExtent2DTrait Implementations§
Auto Trait Implementations§
impl Freeze for VkRect2D
impl RefUnwindSafe for VkRect2D
impl Send for VkRect2D
impl Sync for VkRect2D
impl Unpin for VkRect2D
impl UnwindSafe for VkRect2D
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