pub struct VideoDeviceConfig {
pub backend: VideoBackendType,
}Fields§
§backend: VideoBackendTypeTrait Implementations§
Source§impl Debug for VideoDeviceConfig
impl Debug for VideoDeviceConfig
Source§impl<'de> Deserialize<'de> for VideoDeviceConfig
impl<'de> Deserialize<'de> for VideoDeviceConfig
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 FromArgValue for VideoDeviceConfig
impl FromArgValue for VideoDeviceConfig
Auto Trait Implementations§
impl Freeze for VideoDeviceConfig
impl RefUnwindSafe for VideoDeviceConfig
impl Send for VideoDeviceConfig
impl Sync for VideoDeviceConfig
impl Unpin for VideoDeviceConfig
impl UnwindSafe for VideoDeviceConfig
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