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