pub type BCryptBufferDesc = _BCryptBufferDesc;
Aliased Type§
struct BCryptBufferDesc {
pub ulVersion: u32,
pub cBuffers: u32,
pub pBuffers: *mut _BCryptBuffer,
}
Fields§
§ulVersion: u32
§cBuffers: u32
§pBuffers: *mut _BCryptBuffer
Trait Implementations
Source§impl Clone for _BCryptBufferDesc
impl Clone for _BCryptBufferDesc
Source§fn clone(&self) -> _BCryptBufferDesc
fn clone(&self) -> _BCryptBufferDesc
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _BCryptBufferDesc
impl Debug for _BCryptBufferDesc
Source§impl Ord for _BCryptBufferDesc
impl Ord for _BCryptBufferDesc
Source§fn cmp(&self, other: &_BCryptBufferDesc) -> Ordering
fn cmp(&self, other: &_BCryptBufferDesc) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more