Trait nannou::mesh::ChannelMut
source · pub trait ChannelMut: Channel {
// Required method
fn channel_mut(&mut self) -> &mut [Self::Element];
}
Expand description
Types that may be used as a data channel within a mesh.
Required Methods§
sourcefn channel_mut(&mut self) -> &mut [Self::Element]
fn channel_mut(&mut self) -> &mut [Self::Element]
Mutably borrow the data channel.