#[repr(C)]pub struct RcConfig {Show 19 fields
pub width: i32,
pub height: i32,
pub tile_size: i32,
pub border_size: i32,
pub cs: f32,
pub ch: f32,
pub bmin: [f32; 3],
pub bmax: [f32; 3],
pub walkable_slope_angle: f32,
pub walkable_height: i32,
pub walkable_climb: i32,
pub walkable_radius: i32,
pub max_edge_len: i32,
pub max_simplification_error: f32,
pub min_region_area: i32,
pub merge_region_area: i32,
pub max_verts_per_poly: i32,
pub detail_sample_dist: f32,
pub detail_sample_max_error: f32,
}Fields§
§width: i32§height: i32§tile_size: i32§border_size: i32§cs: f32§ch: f32§bmin: [f32; 3]§bmax: [f32; 3]§walkable_slope_angle: f32§walkable_height: i32§walkable_climb: i32§walkable_radius: i32§max_edge_len: i32§max_simplification_error: f32§min_region_area: i32§merge_region_area: i32§max_verts_per_poly: i32§detail_sample_dist: f32§detail_sample_max_error: f32Trait Implementations§
Source§impl ExternType for RcConfig
impl ExternType for RcConfig
Auto Trait Implementations§
impl Freeze for RcConfig
impl RefUnwindSafe for RcConfig
impl Send for RcConfig
impl Sync for RcConfig
impl Unpin for RcConfig
impl UnwindSafe for RcConfig
Blanket Implementations§
Source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
Source§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
Source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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