pub struct Mesh3DBuilder<'ui> { /* private fields */ }Expand description
Mesh plot builder
Implementations§
Source§impl<'ui> Mesh3DBuilder<'ui>
impl<'ui> Mesh3DBuilder<'ui>
pub fn flags(self, flags: Mesh3DFlags) -> Self
pub fn plot(self)
Auto Trait Implementations§
impl<'ui> Freeze for Mesh3DBuilder<'ui>
impl<'ui> !RefUnwindSafe for Mesh3DBuilder<'ui>
impl<'ui> !Send for Mesh3DBuilder<'ui>
impl<'ui> !Sync for Mesh3DBuilder<'ui>
impl<'ui> Unpin for Mesh3DBuilder<'ui>
impl<'ui> !UnwindSafe for Mesh3DBuilder<'ui>
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