#[repr(transparent)]pub struct SignalDetectorResourceKind(pub i32);
Expand description
Required features: ‘ApplicationModel_ConversationalAgent’
Tuple Fields
0: i32
Implementations
impl SignalDetectorResourceKind
impl SignalDetectorResourceKind
pub const ParallelModelSupport: Self
pub const ParallelModelSupportForAgent: Self
pub const ParallelSignalSupport: Self
pub const ParallelSignalSupportForAgent: Self
pub const DisplayOffSupport: Self
pub const PluggedInPower: Self
pub const Detector: Self
pub const SupportedSleepState: Self
pub const SupportedBatterySaverState: Self
pub const ScreenAvailability: Self
pub const InputHardware: Self
pub const AcousticEchoCancellation: Self
pub const ModelIdSupport: Self
pub const DataChannel: Self
Trait Implementations
impl Clone for SignalDetectorResourceKind
impl Clone for SignalDetectorResourceKind
impl Copy for SignalDetectorResourceKind
Auto Trait Implementations
impl RefUnwindSafe for SignalDetectorResourceKind
impl Send for SignalDetectorResourceKind
impl Sync for SignalDetectorResourceKind
impl Unpin for SignalDetectorResourceKind
impl UnwindSafe for SignalDetectorResourceKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more