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