Struct windows::ApplicationModel::ConversationalAgent::ActivationSignalDetectionConfigurationSetModelDataResult
#[repr(transparent)]pub struct ActivationSignalDetectionConfigurationSetModelDataResult(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl ActivationSignalDetectionConfigurationSetModelDataResult
impl ActivationSignalDetectionConfigurationSetModelDataResult
pub const Success: Self = _
pub const EmptyModelData: Self = _
pub const UnsupportedFormat: Self = _
pub const ConfigurationCurrentlyEnabled: Self = _
pub const InvalidData: Self = _
pub const SetModelDataNotSupported: Self = _
pub const ConfigurationNotFound: Self = _
pub const UnknownError: Self = _
Trait Implementations§
§impl Clone for ActivationSignalDetectionConfigurationSetModelDataResult
impl Clone for ActivationSignalDetectionConfigurationSetModelDataResult
§fn clone(&self) -> ActivationSignalDetectionConfigurationSetModelDataResult
fn clone(&self) -> ActivationSignalDetectionConfigurationSetModelDataResult
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for ActivationSignalDetectionConfigurationSetModelDataResult
impl Default for ActivationSignalDetectionConfigurationSetModelDataResult
§fn default() -> ActivationSignalDetectionConfigurationSetModelDataResult
fn default() -> ActivationSignalDetectionConfigurationSetModelDataResult
Returns the “default value” for a type. Read more
§impl PartialEq for ActivationSignalDetectionConfigurationSetModelDataResult
impl PartialEq for ActivationSignalDetectionConfigurationSetModelDataResult
§fn eq(
&self,
other: &ActivationSignalDetectionConfigurationSetModelDataResult,
) -> bool
fn eq( &self, other: &ActivationSignalDetectionConfigurationSetModelDataResult, ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ActivationSignalDetectionConfigurationSetModelDataResult
impl Eq for ActivationSignalDetectionConfigurationSetModelDataResult
impl StructuralPartialEq for ActivationSignalDetectionConfigurationSetModelDataResult
Auto Trait Implementations§
impl Freeze for ActivationSignalDetectionConfigurationSetModelDataResult
impl RefUnwindSafe for ActivationSignalDetectionConfigurationSetModelDataResult
impl Send for ActivationSignalDetectionConfigurationSetModelDataResult
impl Sync for ActivationSignalDetectionConfigurationSetModelDataResult
impl Unpin for ActivationSignalDetectionConfigurationSetModelDataResult
impl UnwindSafe for ActivationSignalDetectionConfigurationSetModelDataResult
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)