pub struct SetExposureResponse {
pub auto_exposure: bool,
pub time: i64,
}Fields§
§auto_exposure: bool§time: i64Trait Implementations§
Source§impl Clone for SetExposureResponse
impl Clone for SetExposureResponse
Source§fn clone(&self) -> SetExposureResponse
fn clone(&self) -> SetExposureResponse
Returns a duplicate 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 SetExposureResponse
impl Debug for SetExposureResponse
Source§impl Default for SetExposureResponse
impl Default for SetExposureResponse
Source§impl<'de> Deserialize<'de> for SetExposureResponse
impl<'de> Deserialize<'de> for SetExposureResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SetExposureResponse
impl PartialEq for SetExposureResponse
Source§impl Serialize for SetExposureResponse
impl Serialize for SetExposureResponse
impl Message for SetExposureResponse
impl StructuralPartialEq for SetExposureResponse
Auto Trait Implementations§
impl Freeze for SetExposureResponse
impl RefUnwindSafe for SetExposureResponse
impl Send for SetExposureResponse
impl Sync for SetExposureResponse
impl Unpin for SetExposureResponse
impl UnwindSafe for SetExposureResponse
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