pub struct Channels<const N: usize>;Expand description
3 channels, or 4 with alpha. Alpha ignored during space conversions.
Trait Implementations§
impl ValidChannels for Channels<3>
impl ValidChannels for Channels<4>
Auto Trait Implementations§
impl<const N: usize> Freeze for Channels<N>
impl<const N: usize> RefUnwindSafe for Channels<N>
impl<const N: usize> Send for Channels<N>
impl<const N: usize> Sync for Channels<N>
impl<const N: usize> Unpin for Channels<N>
impl<const N: usize> UnwindSafe for Channels<N>
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