#[repr(C)]pub struct _BCryptBuffer {
pub cbBuffer: ULONG,
pub BufferType: ULONG,
pub pvBuffer: PVOID,
}
Fields§
§cbBuffer: ULONG
§BufferType: ULONG
§pvBuffer: PVOID
Trait Implementations§
Source§impl Clone for _BCryptBuffer
impl Clone for _BCryptBuffer
Source§fn clone(&self) -> _BCryptBuffer
fn clone(&self) -> _BCryptBuffer
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 _BCryptBuffer
impl Debug for _BCryptBuffer
Source§impl Ord for _BCryptBuffer
impl Ord for _BCryptBuffer
Source§fn cmp(&self, other: &_BCryptBuffer) -> Ordering
fn cmp(&self, other: &_BCryptBuffer) -> 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
Source§impl PartialEq for _BCryptBuffer
impl PartialEq for _BCryptBuffer
Source§impl PartialOrd for _BCryptBuffer
impl PartialOrd for _BCryptBuffer
impl Copy for _BCryptBuffer
impl Eq for _BCryptBuffer
impl StructuralPartialEq for _BCryptBuffer
Auto Trait Implementations§
impl Freeze for _BCryptBuffer
impl RefUnwindSafe for _BCryptBuffer
impl !Send for _BCryptBuffer
impl !Sync for _BCryptBuffer
impl Unpin for _BCryptBuffer
impl UnwindSafe for _BCryptBuffer
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