pub struct RecPlayerInfo {
pub frame_count: i32,
pub time_step: f32,
pub sub_step_count: i32,
pub bounds: Aabb,
}Expand description
Viewer info for a recording. (b3RecPlayerInfo)
Fields§
§frame_count: i32§time_step: f32§sub_step_count: i32§bounds: AabbTrait Implementations§
Source§impl Clone for RecPlayerInfo
impl Clone for RecPlayerInfo
Source§fn clone(&self) -> RecPlayerInfo
fn clone(&self) -> RecPlayerInfo
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 RecPlayerInfo
Auto Trait Implementations§
impl Freeze for RecPlayerInfo
impl RefUnwindSafe for RecPlayerInfo
impl Send for RecPlayerInfo
impl Sync for RecPlayerInfo
impl Unpin for RecPlayerInfo
impl UnsafeUnpin for RecPlayerInfo
impl UnwindSafe for RecPlayerInfo
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