pub struct MeshBufferDataAllocator { /* private fields */ }Expand description
Wraps the corresponding Model I/O mesh buffer data allocator counterpart.
Implementations§
Source§impl MeshBufferDataAllocator
impl MeshBufferDataAllocator
Sourcepub fn new() -> Result<Self>
pub fn new() -> Result<Self>
Wraps the corresponding Model I/O initializer for the wrapped Model I/O mesh buffer data allocator counterpart.
Sourcepub fn as_mesh_buffer_allocator(&self) -> MeshBufferAllocator
pub fn as_mesh_buffer_allocator(&self) -> MeshBufferAllocator
Calls the corresponding Model I/O method on the wrapped Model I/O mesh buffer data allocator counterpart.
Sourcepub fn new_default_zone(&self, capacity: usize) -> Result<MeshBufferZoneDefault>
pub fn new_default_zone(&self, capacity: usize) -> Result<MeshBufferZoneDefault>
Wraps the corresponding Model I/O initializer for the wrapped Model I/O mesh buffer data allocator counterpart.
Trait Implementations§
Source§impl Clone for MeshBufferDataAllocator
impl Clone for MeshBufferDataAllocator
Source§fn clone(&self) -> MeshBufferDataAllocator
fn clone(&self) -> MeshBufferDataAllocator
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MeshBufferDataAllocator
impl RefUnwindSafe for MeshBufferDataAllocator
impl !Send for MeshBufferDataAllocator
impl !Sync for MeshBufferDataAllocator
impl Unpin for MeshBufferDataAllocator
impl UnsafeUnpin for MeshBufferDataAllocator
impl UnwindSafe for MeshBufferDataAllocator
Blanket Implementations§
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