#[repr(C)]pub struct OfxPointI {
pub x: c_int,
pub y: c_int,
}Expand description
@brief Defines two dimensional integer point
Fields§
§x: c_int§y: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for OfxPointI
impl RefUnwindSafe for OfxPointI
impl Send for OfxPointI
impl Sync for OfxPointI
impl Unpin for OfxPointI
impl UnwindSafe for OfxPointI
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