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