#[repr(C)]pub struct DtNavMeshParams {
pub orig: [f32; 3],
pub tile_width: f32,
pub tile_height: f32,
pub max_tiles: i32,
pub max_polys: i32,
}Fields§
§orig: [f32; 3]§tile_width: f32§tile_height: f32§max_tiles: i32§max_polys: i32Trait Implementations§
Source§fn clone(&self) -> DtNavMeshParams
fn clone(&self) -> DtNavMeshParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§fn default() -> DtNavMeshParams
fn default() -> DtNavMeshParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
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