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