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