#[repr(C)]pub struct b2RecPlayerInfo {
pub frameCount: c_int,
pub workerCount: c_int,
pub timeStep: f32,
pub subStepCount: c_int,
pub lengthScale: f32,
pub bounds: b2AABB,
}Expand description
Static metadata describing a recording, resolved once when the player opens the file.
Fields§
§frameCount: c_int§workerCount: c_int§timeStep: f32§subStepCount: c_int§lengthScale: f32§bounds: b2AABBTrait Implementations§
Source§impl Clone for b2RecPlayerInfo
impl Clone for b2RecPlayerInfo
Source§fn clone(&self) -> b2RecPlayerInfo
fn clone(&self) -> b2RecPlayerInfo
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 b2RecPlayerInfo
Auto Trait Implementations§
impl Freeze for b2RecPlayerInfo
impl RefUnwindSafe for b2RecPlayerInfo
impl Send for b2RecPlayerInfo
impl Sync for b2RecPlayerInfo
impl Unpin for b2RecPlayerInfo
impl UnsafeUnpin for b2RecPlayerInfo
impl UnwindSafe for b2RecPlayerInfo
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