pub struct ChannelBytes { /* private fields */ }
Expand description
A layout with uniformly spaced (color) channels.
Implementations§
Source§impl ChannelBytes
impl ChannelBytes
pub fn spec(&self) -> ChannelSpec
Trait Implementations§
Source§impl Clone for ChannelBytes
impl Clone for ChannelBytes
Source§fn clone(&self) -> ChannelBytes
fn clone(&self) -> ChannelBytes
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<T> Decay<ChannelLayout<T>> for ChannelBytes
impl<T> Decay<ChannelLayout<T>> for ChannelBytes
fn decay(from: ChannelLayout<T>) -> Self
Source§impl PartialEq for ChannelBytes
impl PartialEq for ChannelBytes
impl StructuralPartialEq for ChannelBytes
Auto Trait Implementations§
impl Freeze for ChannelBytes
impl RefUnwindSafe for ChannelBytes
impl Send for ChannelBytes
impl Sync for ChannelBytes
impl Unpin for ChannelBytes
impl UnwindSafe for ChannelBytes
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