#[repr(C)]pub struct WINBIO_ASYNC_RESULT_0_9 {
pub Identity: WINBIO_IDENTITY,
pub SubFactorCount: usize,
pub SubFactorArray: *mut u8,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Identity: WINBIO_IDENTITY
§SubFactorCount: usize
§SubFactorArray: *mut u8
Trait Implementations§
§impl Clone for WINBIO_ASYNC_RESULT_0_9
impl Clone for WINBIO_ASYNC_RESULT_0_9
impl Copy for WINBIO_ASYNC_RESULT_0_9
Auto Trait Implementations§
impl RefUnwindSafe for WINBIO_ASYNC_RESULT_0_9
impl !Send for WINBIO_ASYNC_RESULT_0_9
impl !Sync for WINBIO_ASYNC_RESULT_0_9
impl Unpin for WINBIO_ASYNC_RESULT_0_9
impl UnwindSafe for WINBIO_ASYNC_RESULT_0_9
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