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