#[repr(C)]pub struct ScsTelemetryFrameStart {
pub flags: ScsU32,
pub padding: ScsPadding,
pub render_time: ScsTimestamp,
pub simulation_time: ScsTimestamp,
pub paused_simulation_time: ScsTimestamp,
}Fields§
§flags: ScsU32§padding: ScsPadding§render_time: ScsTimestamp§simulation_time: ScsTimestamp§paused_simulation_time: ScsTimestampTrait Implementations§
Source§impl Clone for ScsTelemetryFrameStart
impl Clone for ScsTelemetryFrameStart
Source§fn clone(&self) -> ScsTelemetryFrameStart
fn clone(&self) -> ScsTelemetryFrameStart
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ScsTelemetryFrameStart
Auto Trait Implementations§
impl Freeze for ScsTelemetryFrameStart
impl RefUnwindSafe for ScsTelemetryFrameStart
impl Send for ScsTelemetryFrameStart
impl Sync for ScsTelemetryFrameStart
impl Unpin for ScsTelemetryFrameStart
impl UnsafeUnpin for ScsTelemetryFrameStart
impl UnwindSafe for ScsTelemetryFrameStart
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