#[repr(transparent)]pub struct ActivationSignalDetectorPowerState(pub i32);
Expand description
Required features: "ApplicationModel_ConversationalAgent"
Tuple Fields
0: i32
Implementations
impl ActivationSignalDetectorPowerState
impl ActivationSignalDetectorPowerState
pub const HighPower: Self = Self(0i32)
pub const ConnectedLowPower: Self = Self(1i32)
pub const DisconnectedLowPower: Self = Self(2i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more