pub struct ScRgb2BwOptions {
pub depth: i32,
}
Expand description
Options for sc_rgb2bw operation
Fields§
§depth: i32
depth: i32
-> Output device space depth in bits
min: 8, max: 16, default: 8
Trait Implementations§
Source§impl Clone for ScRgb2BwOptions
impl Clone for ScRgb2BwOptions
Source§fn clone(&self) -> ScRgb2BwOptions
fn clone(&self) -> ScRgb2BwOptions
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 ScRgb2BwOptions
impl Debug for ScRgb2BwOptions
Auto Trait Implementations§
impl Freeze for ScRgb2BwOptions
impl RefUnwindSafe for ScRgb2BwOptions
impl Send for ScRgb2BwOptions
impl Sync for ScRgb2BwOptions
impl Unpin for ScRgb2BwOptions
impl UnwindSafe for ScRgb2BwOptions
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