Struct windows_sys::Foundation::AsyncStatus
[−]#[repr(transparent)]pub struct AsyncStatus(pub i32);
Expand description
Required features: ‘Foundation’
Tuple Fields
0: i32
Implementations
impl AsyncStatus
impl AsyncStatus
Trait Implementations
impl Clone for AsyncStatus
impl Clone for AsyncStatus
impl Copy for AsyncStatus
Auto Trait Implementations
impl RefUnwindSafe for AsyncStatus
impl Send for AsyncStatus
impl Sync for AsyncStatus
impl Unpin for AsyncStatus
impl UnwindSafe for AsyncStatus
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