Struct win_crypto_ng::helpers::AlgoHandle
source · pub struct AlgoHandle { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Drop for AlgoHandle
impl Drop for AlgoHandle
source§impl Handle for AlgoHandle
impl Handle for AlgoHandle
fn as_ptr(&self) -> BCRYPT_ALG_HANDLE
fn as_mut_ptr(&mut self) -> *mut BCRYPT_ALG_HANDLE
fn set_property<T: Property>(&self, value: &T::Value) -> Result<()>
fn get_property<T: Property>(&self) -> Result<T::Value>where T::Value: Sized,
fn get_property_unsized<T: Property>(&self) -> Result<Box<T::Value>>
impl Send for AlgoHandle
Auto Trait Implementations§
impl RefUnwindSafe for AlgoHandle
impl !Sync for AlgoHandle
impl Unpin for AlgoHandle
impl UnwindSafe for AlgoHandle
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