#[repr(C)]pub struct _DifferenceImageOptions {
pub channel: ChannelType,
pub highlight_style: HighlightStyle,
pub highlight_color: PixelPacket,
}Fields§
§channel: ChannelType§highlight_style: HighlightStyle§highlight_color: PixelPacketTrait Implementations§
Source§impl Clone for _DifferenceImageOptions
impl Clone for _DifferenceImageOptions
Source§fn clone(&self) -> _DifferenceImageOptions
fn clone(&self) -> _DifferenceImageOptions
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 _DifferenceImageOptions
impl Debug for _DifferenceImageOptions
impl Copy for _DifferenceImageOptions
Auto Trait Implementations§
impl Freeze for _DifferenceImageOptions
impl RefUnwindSafe for _DifferenceImageOptions
impl Send for _DifferenceImageOptions
impl Sync for _DifferenceImageOptions
impl Unpin for _DifferenceImageOptions
impl UnwindSafe for _DifferenceImageOptions
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