#[repr(C, packed(1))]pub struct COutput_GetMarkerRayContribution {
pub Result: CEnum,
pub CameraID: c_uint,
pub CentroidIndex: c_uint,
}Expand description
ⓘ
@privateFields§
§Result: CEnum§CameraID: c_uint§CentroidIndex: c_uintTrait Implementations§
Source§impl Clone for COutput_GetMarkerRayContribution
impl Clone for COutput_GetMarkerRayContribution
Source§fn clone(&self) -> COutput_GetMarkerRayContribution
fn clone(&self) -> COutput_GetMarkerRayContribution
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_GetMarkerRayContribution
Auto Trait Implementations§
impl Freeze for COutput_GetMarkerRayContribution
impl RefUnwindSafe for COutput_GetMarkerRayContribution
impl Send for COutput_GetMarkerRayContribution
impl Sync for COutput_GetMarkerRayContribution
impl Unpin for COutput_GetMarkerRayContribution
impl UnwindSafe for COutput_GetMarkerRayContribution
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