Trait nannou_mesh::channel::ChannelMut[][src]

pub trait ChannelMut: Channel {
    fn channel_mut(&mut self) -> &mut [Self::Element]
Notable traits for &'_ mut [u8]
impl<'_> Write for &'_ mut [u8]impl<'_> Read for &'_ [u8]
; }
Expand description

Types that may be used as a data channel within a mesh.

Required methods

Mutably borrow the data channel.

Implementations on Foreign Types

Implementors