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