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