pub struct CameraSetInfraredZoomRequest {
pub payload_index: u8,
pub zoom_factor: f32,
}
Fields§
§payload_index: u8
§zoom_factor: f32
Trait Implementations§
Source§impl Clone for CameraSetInfraredZoomRequest
impl Clone for CameraSetInfraredZoomRequest
Source§fn clone(&self) -> CameraSetInfraredZoomRequest
fn clone(&self) -> CameraSetInfraredZoomRequest
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 CameraSetInfraredZoomRequest
impl Debug for CameraSetInfraredZoomRequest
Source§impl<'de> Deserialize<'de> for CameraSetInfraredZoomRequest
impl<'de> Deserialize<'de> for CameraSetInfraredZoomRequest
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 CameraSetInfraredZoomRequest
impl PartialEq for CameraSetInfraredZoomRequest
Source§fn eq(&self, other: &CameraSetInfraredZoomRequest) -> bool
fn eq(&self, other: &CameraSetInfraredZoomRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Message for CameraSetInfraredZoomRequest
impl StructuralPartialEq for CameraSetInfraredZoomRequest
Auto Trait Implementations§
impl Freeze for CameraSetInfraredZoomRequest
impl RefUnwindSafe for CameraSetInfraredZoomRequest
impl Send for CameraSetInfraredZoomRequest
impl Sync for CameraSetInfraredZoomRequest
impl Unpin for CameraSetInfraredZoomRequest
impl UnwindSafe for CameraSetInfraredZoomRequest
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