pub struct PolyDataMapper { /* private fields */ }
Expand description
Implementations§
Trait Implementations§
Source§impl Default for PolyDataMapper
impl Default for PolyDataMapper
Auto Trait Implementations§
impl Freeze for PolyDataMapper
impl RefUnwindSafe for PolyDataMapper
impl !Send for PolyDataMapper
impl !Sync for PolyDataMapper
impl Unpin for PolyDataMapper
impl UnwindSafe for PolyDataMapper
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