pub struct RcChunkyTriMesh(/* private fields */);Implementations§
Source§impl RcChunkyTriMesh
impl RcChunkyTriMesh
pub fn new() -> RcChunkyTriMesh
pub fn nodes(&self) -> &[RcChunkyTriMeshNode]
pub fn nodes_mut(&mut self) -> &mut [RcChunkyTriMeshNode]
pub fn tris(&self) -> &[[i32; 3]]
pub fn tris_mut(&mut self) -> &mut [[i32; 3]]
pub fn max_tris_per_chunk(&self) -> usize
Trait Implementations§
Source§impl Debug for RcChunkyTriMesh
impl Debug for RcChunkyTriMesh
Auto Trait Implementations§
impl Freeze for RcChunkyTriMesh
impl RefUnwindSafe for RcChunkyTriMesh
impl !Send for RcChunkyTriMesh
impl !Sync for RcChunkyTriMesh
impl Unpin for RcChunkyTriMesh
impl UnwindSafe for RcChunkyTriMesh
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