#[repr(transparent)]pub struct ActivationSignalDetectorPowerState(pub i32);Expand description
Required features: ‘ApplicationModel_ConversationalAgent’
Tuple Fields
0: i32Implementations
Trait Implementations
impl Clone for ActivationSignalDetectorPowerState
impl Clone for ActivationSignalDetectorPowerState
impl Copy for ActivationSignalDetectorPowerState
Auto Trait Implementations
impl RefUnwindSafe for ActivationSignalDetectorPowerState
impl Send for ActivationSignalDetectorPowerState
impl Sync for ActivationSignalDetectorPowerState
impl Unpin for ActivationSignalDetectorPowerState
impl UnwindSafe for ActivationSignalDetectorPowerState
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