#[repr(C)]pub struct Offset2D {
pub x: i32,
pub y: i32,
}Fields§
§x: i32§y: i32Auto 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