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