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