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