pub struct MeshBufferZoneDefault { /* private fields */ }Expand description
Wraps the corresponding Model I/O mesh buffer zone default counterpart.
Implementations§
Source§impl MeshBufferZoneDefault
impl MeshBufferZoneDefault
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 zone default counterpart.
Sourcepub fn capacity(&self) -> usize
pub fn capacity(&self) -> usize
Calls the corresponding Model I/O method on the wrapped Model I/O mesh buffer zone default counterpart.
Sourcepub fn allocator(&self) -> Option<MeshBufferAllocator>
pub fn allocator(&self) -> Option<MeshBufferAllocator>
Calls the corresponding Model I/O method on the wrapped Model I/O mesh buffer zone default counterpart.
Sourcepub fn as_mesh_buffer_zone(&self) -> MeshBufferZone
pub fn as_mesh_buffer_zone(&self) -> MeshBufferZone
Calls the corresponding Model I/O method on the wrapped Model I/O mesh buffer zone default counterpart.
Trait Implementations§
Source§impl Clone for MeshBufferZoneDefault
impl Clone for MeshBufferZoneDefault
Source§fn clone(&self) -> MeshBufferZoneDefault
fn clone(&self) -> MeshBufferZoneDefault
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 MeshBufferZoneDefault
impl RefUnwindSafe for MeshBufferZoneDefault
impl !Send for MeshBufferZoneDefault
impl !Sync for MeshBufferZoneDefault
impl Unpin for MeshBufferZoneDefault
impl UnsafeUnpin for MeshBufferZoneDefault
impl UnwindSafe for MeshBufferZoneDefault
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