#[repr(C)]pub struct Offset2D {
pub x: i32,
pub y: i32,
}
Expand description
Fields§
§x: i32
§y: i32
Implementations§
Trait Implementations§
impl Copy for Offset2D
impl Eq for Offset2D
impl StructuralPartialEq 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 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)