pub struct DeviceControls {
pub sensor: Box<dyn SensorControl>,
pub lens: Box<dyn LensControl>,
pub system: Box<dyn SystemControl>,
}Expand description
- 控制面聚合体
Fields§
§sensor: Box<dyn SensorControl>§lens: Box<dyn LensControl>§system: Box<dyn SystemControl>Auto Trait Implementations§
impl Freeze for DeviceControls
impl !RefUnwindSafe for DeviceControls
impl Send for DeviceControls
impl Sync for DeviceControls
impl Unpin for DeviceControls
impl UnsafeUnpin for DeviceControls
impl !UnwindSafe for DeviceControls
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