pub struct Camera {
pub stream: StreamUri,
/* private fields */
}
Fields§
§stream: StreamUri
Implementations§
Trait Implementations§
Source§impl CameraBuilder for Camera
impl CameraBuilder for Camera
fn build_all<'life0, 'async_trait>(
&'life0 mut self,
) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn set_capabilities<'async_trait>( onvif_url: Url, ) -> Pin<Box<dyn Future<Output = Result<Capabilities>> + Send + 'async_trait>>
fn set_device_info<'async_trait>( onvif_url: Url, ) -> Pin<Box<dyn Future<Output = Result<DeviceInfo>> + Send + 'async_trait>>
fn set_profiles<'async_trait>( onvif_url: Url, ) -> Pin<Box<dyn Future<Output = Result<Profiles>> + Send + 'async_trait>>
fn set_stream_uri<'async_trait>( onvif_url: Url, ) -> Pin<Box<dyn Future<Output = Result<StreamUri>> + Send + 'async_trait>>
fn set_services<'async_trait>( onvif_url: Url, ) -> Pin<Box<dyn Future<Output = Result<Services>> + Send + 'async_trait>>
fn set_service_capabilities<'async_trait>( onvif_url: Url, ) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>>
fn set_dns<'async_trait>( onvif_url: Url, ) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>>
fn set_dot11_status<'async_trait>( onvif_url: Url, ) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>>
fn set_geo_location<'async_trait>( onvif_url: Url, ) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>>
fn set_pull_point_sub<'async_trait>( onvif_url: Url, ) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>>
Auto Trait Implementations§
impl Freeze for Camera
impl RefUnwindSafe for Camera
impl Send for Camera
impl Sync for Camera
impl Unpin for Camera
impl UnwindSafe for Camera
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