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