pub struct PixelSourceInterpretation {
pub interpret_alpha: String,
pub profile: Vec<u8>,
}Expand description
TS pixelSource.interpretation.
Fields§
§interpret_alpha: String‘straight’ | …
profile: Vec<u8>Trait Implementations§
Source§impl Clone for PixelSourceInterpretation
impl Clone for PixelSourceInterpretation
Source§fn clone(&self) -> PixelSourceInterpretation
fn clone(&self) -> PixelSourceInterpretation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PixelSourceInterpretation
impl Debug for PixelSourceInterpretation
Source§impl Default for PixelSourceInterpretation
impl Default for PixelSourceInterpretation
Source§fn default() -> PixelSourceInterpretation
fn default() -> PixelSourceInterpretation
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PixelSourceInterpretation
impl RefUnwindSafe for PixelSourceInterpretation
impl Send for PixelSourceInterpretation
impl Sync for PixelSourceInterpretation
impl Unpin for PixelSourceInterpretation
impl UnsafeUnpin for PixelSourceInterpretation
impl UnwindSafe for PixelSourceInterpretation
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