Enum win_crypto_ng::property::AlgorithmName
source · pub enum AlgorithmName {}
Expand description
L"AlgorithmName"
A null-terminated Unicode string that contains the name of the algorithm.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AlgorithmName
impl Send for AlgorithmName
impl Sync for AlgorithmName
impl Unpin for AlgorithmName
impl UnwindSafe for AlgorithmName
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