#[repr(C)]pub struct UA_ThreeDCartesianCoordinates {
pub x: UA_Double,
pub y: UA_Double,
pub z: UA_Double,
}Fields§
§x: UA_Double§y: UA_Double§z: UA_DoubleTrait Implementations§
Source§impl Default for UA_ThreeDCartesianCoordinates
impl Default for UA_ThreeDCartesianCoordinates
Source§fn default() -> UA_ThreeDCartesianCoordinates
fn default() -> UA_ThreeDCartesianCoordinates
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UA_ThreeDCartesianCoordinates
impl RefUnwindSafe for UA_ThreeDCartesianCoordinates
impl Send for UA_ThreeDCartesianCoordinates
impl Sync for UA_ThreeDCartesianCoordinates
impl Unpin for UA_ThreeDCartesianCoordinates
impl UnwindSafe for UA_ThreeDCartesianCoordinates
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