pub struct CxxRcCompactHeightfield {
pub walkable_height: i32,
pub walkable_climb: i32,
pub border_size: i32,
pub max_distance: u16,
pub max_regions: u16,
pub bmin: [f32; 3],
pub bmax: [f32; 3],
pub cs: f32,
pub ch: f32,
/* private fields */
}Fields§
§walkable_height: i32§walkable_climb: i32§border_size: i32§max_distance: u16§max_regions: u16§bmin: [f32; 3]§bmax: [f32; 3]§cs: f32§ch: f32Trait Implementations§
Source§impl Debug for CxxRcCompactHeightfield
impl Debug for CxxRcCompactHeightfield
Source§impl ExternType for CxxRcCompactHeightfield
impl ExternType for CxxRcCompactHeightfield
Auto Trait Implementations§
impl Freeze for CxxRcCompactHeightfield
impl RefUnwindSafe for CxxRcCompactHeightfield
impl !Send for CxxRcCompactHeightfield
impl !Sync for CxxRcCompactHeightfield
impl Unpin for CxxRcCompactHeightfield
impl UnwindSafe for CxxRcCompactHeightfield
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