#[repr(C)]pub struct b3RecPlayerInfo {
pub frameCount: c_int,
pub workerCount: c_int,
pub timeStep: f32,
pub subStepCount: c_int,
pub lengthScale: f32,
pub bounds: b3AABB,
}Expand description
Summary of a recording, read once at open so a viewer can frame and label it.
Fields§
§frameCount: c_int§workerCount: c_int§timeStep: f32§subStepCount: c_int§lengthScale: f32§bounds: b3AABBTrait Implementations§
Source§impl Clone for b3RecPlayerInfo
impl Clone for b3RecPlayerInfo
Source§fn clone(&self) -> b3RecPlayerInfo
fn clone(&self) -> b3RecPlayerInfo
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 b3RecPlayerInfo
Auto Trait Implementations§
impl Freeze for b3RecPlayerInfo
impl RefUnwindSafe for b3RecPlayerInfo
impl Send for b3RecPlayerInfo
impl Sync for b3RecPlayerInfo
impl Unpin for b3RecPlayerInfo
impl UnsafeUnpin for b3RecPlayerInfo
impl UnwindSafe for b3RecPlayerInfo
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