pub struct RGB16;Trait Implementations§
Source§impl ColorType for RGB16
impl ColorType for RGB16
Source§const TIFF_VALUE: PhotometricInterpretation = PhotometricInterpretation::RGB
const TIFF_VALUE: PhotometricInterpretation = PhotometricInterpretation::RGB
The value of the tiff tag
PhotometricInterpretationSource§const BITS_PER_SAMPLE: &'static [u16] = _
const BITS_PER_SAMPLE: &'static [u16] = _
The value of the tiff tag
BitsPerSampleSource§const SAMPLE_FORMAT: &'static [SampleFormat] = _
const SAMPLE_FORMAT: &'static [SampleFormat] = _
The value of the tiff tag
SampleFormatAuto Trait Implementations§
impl Freeze for RGB16
impl RefUnwindSafe for RGB16
impl Send for RGB16
impl Sync for RGB16
impl Unpin for RGB16
impl UnwindSafe for RGB16
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
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more