#[repr(C, packed(1))]pub struct COutput_GetUnlabeledMarkerGlobalTranslation {
pub Result: CEnum,
pub Translation: [f64; 3],
pub MarkerID: c_uint,
}Expand description
ⓘ
@privateFields§
§Result: CEnum§Translation: [f64; 3]§MarkerID: c_uintTrait Implementations§
Source§impl Clone for COutput_GetUnlabeledMarkerGlobalTranslation
impl Clone for COutput_GetUnlabeledMarkerGlobalTranslation
Source§fn clone(&self) -> COutput_GetUnlabeledMarkerGlobalTranslation
fn clone(&self) -> COutput_GetUnlabeledMarkerGlobalTranslation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for COutput_GetUnlabeledMarkerGlobalTranslation
Auto Trait Implementations§
impl Freeze for COutput_GetUnlabeledMarkerGlobalTranslation
impl RefUnwindSafe for COutput_GetUnlabeledMarkerGlobalTranslation
impl Send for COutput_GetUnlabeledMarkerGlobalTranslation
impl Sync for COutput_GetUnlabeledMarkerGlobalTranslation
impl Unpin for COutput_GetUnlabeledMarkerGlobalTranslation
impl UnwindSafe for COutput_GetUnlabeledMarkerGlobalTranslation
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