Struct WINBIO_ASYNC_RESULT
#[repr(C)]pub struct WINBIO_ASYNC_RESULT {
pub SessionHandle: u32,
pub Operation: u32,
pub SequenceNumber: u64,
pub TimeStamp: i64,
pub ApiStatus: HRESULT,
pub UnitId: u32,
pub UserData: *mut c_void,
pub Parameters: WINBIO_ASYNC_RESULT_0,
}
Fields§
§SessionHandle: u32
§Operation: u32
§SequenceNumber: u64
§TimeStamp: i64
§ApiStatus: HRESULT
§UnitId: u32
§UserData: *mut c_void
§Parameters: WINBIO_ASYNC_RESULT_0
Trait Implementations§
§impl Clone for WINBIO_ASYNC_RESULT
impl Clone for WINBIO_ASYNC_RESULT
§fn clone(&self) -> WINBIO_ASYNC_RESULT
fn clone(&self) -> WINBIO_ASYNC_RESULT
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for WINBIO_ASYNC_RESULT
Auto Trait Implementations§
impl Freeze for WINBIO_ASYNC_RESULT
impl RefUnwindSafe for WINBIO_ASYNC_RESULT
impl !Send for WINBIO_ASYNC_RESULT
impl !Sync for WINBIO_ASYNC_RESULT
impl Unpin for WINBIO_ASYNC_RESULT
impl UnwindSafe for WINBIO_ASYNC_RESULT
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