#[repr(C, packed(1))]pub struct OBPoint2f {
pub x: f32,
pub y: f32,
}Expand description
@brief 2D point structure in the SDK
Fields§
§x: f32< X coordinate
y: f32< Y coordinate
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OBPoint2f
impl RefUnwindSafe for OBPoint2f
impl Send for OBPoint2f
impl Sync for OBPoint2f
impl Unpin for OBPoint2f
impl UnsafeUnpin for OBPoint2f
impl UnwindSafe for OBPoint2f
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