Struct SecPkgContext_KeyingMaterial
#[repr(C)]pub struct SecPkgContext_KeyingMaterial {
pub cbKeyingMaterial: u32,
pub pbKeyingMaterial: *mut u8,
}
Fields§
§cbKeyingMaterial: u32
§pbKeyingMaterial: *mut u8
Trait Implementations§
§impl Clone for SecPkgContext_KeyingMaterial
impl Clone for SecPkgContext_KeyingMaterial
§fn clone(&self) -> SecPkgContext_KeyingMaterial
fn clone(&self) -> SecPkgContext_KeyingMaterial
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 moreimpl Copy for SecPkgContext_KeyingMaterial
Auto Trait Implementations§
impl Freeze for SecPkgContext_KeyingMaterial
impl RefUnwindSafe for SecPkgContext_KeyingMaterial
impl !Send for SecPkgContext_KeyingMaterial
impl !Sync for SecPkgContext_KeyingMaterial
impl Unpin for SecPkgContext_KeyingMaterial
impl UnwindSafe for SecPkgContext_KeyingMaterial
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