pub struct Trestle {
pub background_color: Option<String>,
pub jpeg_quality: Option<u32>,
pub objective_power: Option<u32>,
pub overlaps_xy: Option<String>,
pub white_balance: Option<String>,
}
Fields§
§background_color: Option<String>
§jpeg_quality: Option<u32>
§objective_power: Option<u32>
§overlaps_xy: Option<String>
§white_balance: Option<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Trestle
impl RefUnwindSafe for Trestle
impl Send for Trestle
impl Sync for Trestle
impl Unpin for Trestle
impl UnwindSafe for Trestle
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