#[repr(C)]pub struct Offset2D {
pub x: i32,
pub y: i32,
}Expand description
VkOffset2D
Provided by VK_BASE_VERSION_1_0.
Fields§
§x: i32§y: i32Implementations§
Trait Implementations§
impl Copy for Offset2D
Auto Trait Implementations§
impl Freeze for Offset2D
impl RefUnwindSafe for Offset2D
impl Send for Offset2D
impl Sync for Offset2D
impl Unpin for Offset2D
impl UnsafeUnpin for Offset2D
impl UnwindSafe for Offset2D
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