#[repr(C)]pub struct VkRect2D {
pub offset: VkOffset2D,
pub extent: VkExtent2D,
}Fields§
§offset: VkOffset2D§extent: VkExtent2DImplementations§
Trait Implementations§
impl Copy for VkRect2D
impl Eq for VkRect2D
impl StructuralPartialEq for VkRect2D
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