Struct windows::Foundation::AsyncStatus
#[repr(transparent)]pub struct AsyncStatus(pub i32);
Expand description
Required features: "Foundation"
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for AsyncStatus
impl Clone for AsyncStatus
§impl Debug for AsyncStatus
impl Debug for AsyncStatus
§impl PartialEq<AsyncStatus> for AsyncStatus
impl PartialEq<AsyncStatus> for AsyncStatus
§fn eq(&self, other: &AsyncStatus) -> bool
fn eq(&self, other: &AsyncStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AsyncStatus
impl Eq for AsyncStatus
impl StructuralEq for AsyncStatus
impl StructuralPartialEq 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more