pub struct CameraSetExposureModeEV;
Trait Implementations§
Source§impl Service for CameraSetExposureModeEV
impl Service for CameraSetExposureModeEV
type Request = CameraSetExposureModeEVRequest
type Response = CameraSetExposureModeEVResponse
fn request_type_name(&self) -> &str
fn response_type_name(&self) -> &str
Auto Trait Implementations§
impl Freeze for CameraSetExposureModeEV
impl RefUnwindSafe for CameraSetExposureModeEV
impl Send for CameraSetExposureModeEV
impl Sync for CameraSetExposureModeEV
impl Unpin for CameraSetExposureModeEV
impl UnwindSafe for CameraSetExposureModeEV
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