pub struct DeviceConfig { /* private fields */ }
Expand description
A set of output properties valid for a particular device
Implementations§
Source§impl DeviceConfig
impl DeviceConfig
pub fn config(&self) -> &PipelineState
pub fn as_config(&self) -> Config
pub fn device(&self) -> &CameraHash
Trait Implementations§
Source§impl Clone for DeviceConfig
impl Clone for DeviceConfig
Source§fn clone(&self) -> DeviceConfig
fn clone(&self) -> DeviceConfig
Returns a copy 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 DeviceConfig
impl Debug for DeviceConfig
Source§impl PartialEq for DeviceConfig
impl PartialEq for DeviceConfig
impl StructuralPartialEq for DeviceConfig
Auto Trait Implementations§
impl Freeze for DeviceConfig
impl RefUnwindSafe for DeviceConfig
impl Send for DeviceConfig
impl Sync for DeviceConfig
impl Unpin for DeviceConfig
impl UnwindSafe for DeviceConfig
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