pub struct PixelChannel {
pub size: usize,
pub wrap: WrapMode,
}
Fields§
§size: usize
§wrap: WrapMode
Implementations§
Trait Implementations§
Source§impl Clone for PixelChannel
impl Clone for PixelChannel
Source§fn clone(&self) -> PixelChannel
fn clone(&self) -> PixelChannel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for PixelChannel
impl RefUnwindSafe for PixelChannel
impl Send for PixelChannel
impl Sync for PixelChannel
impl Unpin for PixelChannel
impl UnwindSafe for PixelChannel
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