Struct ExCommitToSurface
pub struct ExCommitToSurface<'ex> { /* private fields */ }Expand description
Default-param extender for MeshDataTool::commit_to_surface_ex.
Implementations§
§impl<'ex> ExCommitToSurface<'ex>
impl<'ex> ExCommitToSurface<'ex>
pub fn compression_flags(self, compression_flags: u64) -> ExCommitToSurface<'ex>
pub fn done(self) -> Error
Auto Trait Implementations§
impl<'ex> Freeze for ExCommitToSurface<'ex>
impl<'ex> RefUnwindSafe for ExCommitToSurface<'ex>
impl<'ex> !Send for ExCommitToSurface<'ex>
impl<'ex> !Sync for ExCommitToSurface<'ex>
impl<'ex> Unpin for ExCommitToSurface<'ex>
impl<'ex> !UnwindSafe for ExCommitToSurface<'ex>
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