Struct windows_sys::Media::DialProtocol::DialAppLaunchResult
[−]#[repr(transparent)]pub struct DialAppLaunchResult(pub i32);
Expand description
Required features: "Media_DialProtocol"
Tuple Fields
0: i32
Implementations
impl DialAppLaunchResult
impl DialAppLaunchResult
pub const Launched: Self = Self(0i32)
pub const FailedToLaunch: Self = Self(1i32)
pub const NotFound: Self = Self(2i32)
pub const NetworkFailure: Self = Self(3i32)
Trait Implementations
impl Clone for DialAppLaunchResult
impl Clone for DialAppLaunchResult
impl Copy for DialAppLaunchResult
Auto Trait Implementations
impl RefUnwindSafe for DialAppLaunchResult
impl Send for DialAppLaunchResult
impl Sync for DialAppLaunchResult
impl Unpin for DialAppLaunchResult
impl UnwindSafe for DialAppLaunchResult
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