#[repr(C)]pub struct _PixelChannelMap {
pub channel: PixelChannel,
pub traits: PixelTrait,
pub offset: isize,
}
Fields§
§channel: PixelChannel
§traits: PixelTrait
§offset: isize
Trait Implementations§
Source§impl Clone for _PixelChannelMap
impl Clone for _PixelChannelMap
Source§fn clone(&self) -> _PixelChannelMap
fn clone(&self) -> _PixelChannelMap
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 moreSource§impl Debug for _PixelChannelMap
impl Debug for _PixelChannelMap
Source§impl PartialEq for _PixelChannelMap
impl PartialEq for _PixelChannelMap
impl Copy for _PixelChannelMap
impl Eq for _PixelChannelMap
impl StructuralPartialEq for _PixelChannelMap
Auto Trait Implementations§
impl Freeze for _PixelChannelMap
impl RefUnwindSafe for _PixelChannelMap
impl Send for _PixelChannelMap
impl Sync for _PixelChannelMap
impl Unpin for _PixelChannelMap
impl UnwindSafe for _PixelChannelMap
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