#[repr(C)]pub struct WINBIO_SUPPORTED_ALGORITHMS {
pub PayloadSize: u32,
pub WinBioHresult: HRESULT,
pub NumberOfAlgorithms: u32,
pub AlgorithmData: WINBIO_DATA,
}
Fields§
§PayloadSize: u32
§WinBioHresult: HRESULT
§NumberOfAlgorithms: u32
§AlgorithmData: WINBIO_DATA
Trait Implementations§
§impl Clone for WINBIO_SUPPORTED_ALGORITHMS
impl Clone for WINBIO_SUPPORTED_ALGORITHMS
impl Copy for WINBIO_SUPPORTED_ALGORITHMS
Auto Trait Implementations§
impl RefUnwindSafe for WINBIO_SUPPORTED_ALGORITHMS
impl Send for WINBIO_SUPPORTED_ALGORITHMS
impl Sync for WINBIO_SUPPORTED_ALGORITHMS
impl Unpin for WINBIO_SUPPORTED_ALGORITHMS
impl UnwindSafe for WINBIO_SUPPORTED_ALGORITHMS
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