Struct Rect2D
#[repr(C)]pub struct Rect2D {
pub offset: VkOffset2D,
pub extent: VkExtent2D,
}
Fields§
§offset: VkOffset2D
§extent: VkExtent2D
Trait 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