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