#[repr(C)]pub struct WINBIO_ASYNC_RESULT_0_17 {
pub ExtendedStatus: WINBIO_EXTENDED_UNIT_STATUS,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§ExtendedStatus: WINBIO_EXTENDED_UNIT_STATUS
Trait Implementations§
§impl Clone for WINBIO_ASYNC_RESULT_0_17
impl Clone for WINBIO_ASYNC_RESULT_0_17
impl Copy for WINBIO_ASYNC_RESULT_0_17
Auto Trait Implementations§
impl RefUnwindSafe for WINBIO_ASYNC_RESULT_0_17
impl Send for WINBIO_ASYNC_RESULT_0_17
impl Sync for WINBIO_ASYNC_RESULT_0_17
impl Unpin for WINBIO_ASYNC_RESULT_0_17
impl UnwindSafe for WINBIO_ASYNC_RESULT_0_17
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