#[repr(C)]pub struct DtMeshHeader {Show 21 fields
pub magic: i32,
pub version: i32,
pub x: i32,
pub y: i32,
pub layer: i32,
pub user_id: u32,
pub poly_count: i32,
pub vert_count: i32,
pub max_link_count: i32,
pub detail_mesh_count: i32,
pub detail_vert_count: i32,
pub detail_tri_count: i32,
pub bv_node_count: i32,
pub off_mesh_con_count: i32,
pub off_mesh_base: i32,
pub walkable_height: f32,
pub walkable_radius: f32,
pub walkable_climb: f32,
pub bmin: [f32; 3],
pub bmax: [f32; 3],
pub bv_quant_factor: f32,
}Fields§
§magic: i32§version: i32§x: i32§y: i32§layer: i32§user_id: u32§poly_count: i32§vert_count: i32§max_link_count: i32§detail_mesh_count: i32§detail_vert_count: i32§detail_tri_count: i32§bv_node_count: i32§off_mesh_con_count: i32§off_mesh_base: i32§walkable_height: f32§walkable_radius: f32§walkable_climb: f32§bmin: [f32; 3]§bmax: [f32; 3]§bv_quant_factor: f32Trait Implementations§
Source§impl Clone for DtMeshHeader
impl Clone for DtMeshHeader
Source§fn clone(&self) -> DtMeshHeader
fn clone(&self) -> DtMeshHeader
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§impl Debug for DtMeshHeader
impl Debug for DtMeshHeader
Source§impl ExternType for DtMeshHeader
impl ExternType for DtMeshHeader
Source§impl PartialEq for DtMeshHeader
impl PartialEq for DtMeshHeader
impl StructuralPartialEq for DtMeshHeader
Auto Trait Implementations§
impl Freeze for DtMeshHeader
impl RefUnwindSafe for DtMeshHeader
impl Send for DtMeshHeader
impl Sync for DtMeshHeader
impl Unpin for DtMeshHeader
impl UnwindSafe for DtMeshHeader
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