Skip to main content

AsAbstractSurfacePatchMut

Trait AsAbstractSurfacePatchMut 

Source
pub trait AsAbstractSurfacePatchMut: AsAbstractSurfacePatch {
    // Required method
    fn abstract_surface_patch_mut(&mut self) -> &mut AbstractSurfacePatch;
}
Expand description

Mutable companion to AsAbstractSurfacePatch.

Required Methods§

Source

fn abstract_surface_patch_mut(&mut self) -> &mut AbstractSurfacePatch

Returns a mutable reference to the embedded AbstractSurfacePatch base data.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§