pub struct LibcameraDeviceInfo {
pub id: String,
pub properties: Vec<(String, String)>,
pub descriptor: CaptureDescriptor,
}Expand description
Libcamera device information with a descriptor built from advertised formats.
Fields§
§id: String§properties: Vec<(String, String)>§descriptor: CaptureDescriptorTrait Implementations§
Source§impl Clone for LibcameraDeviceInfo
impl Clone for LibcameraDeviceInfo
Source§fn clone(&self) -> LibcameraDeviceInfo
fn clone(&self) -> LibcameraDeviceInfo
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 moreAuto Trait Implementations§
impl Freeze for LibcameraDeviceInfo
impl RefUnwindSafe for LibcameraDeviceInfo
impl Send for LibcameraDeviceInfo
impl Sync for LibcameraDeviceInfo
impl Unpin for LibcameraDeviceInfo
impl UnwindSafe for LibcameraDeviceInfo
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