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