Enum win_crypto_ng::property::ObjectLength
source · pub enum ObjectLength {}
Expand description
L"ObjectLength"
The size, in bytes, of the subobject of a provider. This data type is a
DWORD. Currently, the hash and symmetric cipher algorithm providers use
caller-allocated buffers to store their subobjects. For example, the hash
provider requires you to allocate memory for the hash object obtained with
the BCryptCreateHash
function. This property provides the buffer size for a
provider’s object so you can allocate memory for the object created by the
provider.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ObjectLength
impl Send for ObjectLength
impl Sync for ObjectLength
impl Unpin for ObjectLength
impl UnwindSafe for ObjectLength
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