pub struct ProfilerParams {
pub fps_counter_pos: Vec2,
}
Fields§
§fps_counter_pos: Vec2
Trait Implementations§
Source§impl Default for ProfilerParams
impl Default for ProfilerParams
Source§fn default() -> ProfilerParams
fn default() -> ProfilerParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProfilerParams
impl RefUnwindSafe for ProfilerParams
impl Send for ProfilerParams
impl Sync for ProfilerParams
impl Unpin for ProfilerParams
impl UnwindSafe for ProfilerParams
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