pub struct DevConfig {Show 16 fields
pub show_lighting_config: bool,
pub show_buffers: bool,
pub show_fps: bool,
pub show_editor: bool,
pub show_tiktok_overlay: bool,
pub log_collisions: bool,
pub show_ai_target: bool,
pub show_linear_acc_target: bool,
pub show_angular_acc_target: bool,
pub draw_colliders: bool,
pub draw_collision_marks: bool,
pub show_debug_bullets: bool,
pub orig_props: bool,
pub collider_outlines: bool,
pub show_debug: bool,
pub recording_mode: RecordingMode,
}
Fields§
§show_lighting_config: bool
§show_buffers: bool
§show_fps: bool
§show_editor: bool
§show_tiktok_overlay: bool
§log_collisions: bool
§show_ai_target: bool
§show_linear_acc_target: bool
§show_angular_acc_target: bool
§draw_colliders: bool
§draw_collision_marks: bool
§show_debug_bullets: bool
§orig_props: bool
§collider_outlines: bool
§show_debug: bool
§recording_mode: RecordingMode
Trait Implementations§
impl Copy for DevConfig
Auto Trait Implementations§
impl Freeze for DevConfig
impl RefUnwindSafe for DevConfig
impl Send for DevConfig
impl Sync for DevConfig
impl Unpin for DevConfig
impl UnwindSafe for DevConfig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<S> FromSample<S> for S
impl<S> FromSample<S> for S
fn from_sample_(s: S) -> S
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§impl<F, T> IntoSample<T> for Fwhere
T: FromSample<F>,
impl<F, T> IntoSample<T> for Fwhere
T: FromSample<F>,
fn into_sample(self) -> T
Source§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<R, P> ReadPrimitive<R> for P
impl<R, P> ReadPrimitive<R> for P
Source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian()
.