Struct windows_sys::Win32::Devices::BiometricFramework::WINBIO_DATA
[−]Expand description
Required features: "Win32_Devices_BiometricFramework"
Fields
Size: u32
Data: [u8; 1]
Trait Implementations
impl Clone for WINBIO_DATA
impl Clone for WINBIO_DATA
impl Copy for WINBIO_DATA
Auto Trait Implementations
impl RefUnwindSafe for WINBIO_DATA
impl Send for WINBIO_DATA
impl Sync for WINBIO_DATA
impl Unpin for WINBIO_DATA
impl UnwindSafe for WINBIO_DATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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