Expand description
Required features: "Win32_Devices_BiometricFramework"
Fields
PayloadSize: u32
WinBioHresult: HRESULT
Trait Implementations
impl Clone for WINBIO_BLANK_PAYLOAD
impl Clone for WINBIO_BLANK_PAYLOAD
impl Copy for WINBIO_BLANK_PAYLOAD
Auto Trait Implementations
impl RefUnwindSafe for WINBIO_BLANK_PAYLOAD
impl Send for WINBIO_BLANK_PAYLOAD
impl Sync for WINBIO_BLANK_PAYLOAD
impl Unpin for WINBIO_BLANK_PAYLOAD
impl UnwindSafe for WINBIO_BLANK_PAYLOAD
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more