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
pub const StopFailed: Self
pub const OperationNotSupported: Self
pub const NetworkFailure: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more