Enum bayer::RasterDepth
source · pub enum RasterDepth {
Depth8,
Depth16,
}
Expand description
Depth of a raster.
Variants§
Trait Implementations§
source§impl Clone for RasterDepth
impl Clone for RasterDepth
source§fn clone(&self) -> RasterDepth
fn clone(&self) -> RasterDepth
Returns a copy 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 RasterDepth
impl Debug for RasterDepth
source§impl PartialEq for RasterDepth
impl PartialEq for RasterDepth
source§fn eq(&self, other: &RasterDepth) -> bool
fn eq(&self, other: &RasterDepth) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RasterDepth
impl Eq for RasterDepth
impl StructuralPartialEq for RasterDepth
Auto Trait Implementations§
impl Freeze for RasterDepth
impl RefUnwindSafe for RasterDepth
impl Send for RasterDepth
impl Sync for RasterDepth
impl Unpin for RasterDepth
impl UnwindSafe for RasterDepth
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