pub struct WrappedKeyFields {
pub blob_type: u32,
pub blob_format: u32,
pub wrap_algorithm: u32,
pub wrap_mode: u32,
}Expand description
KeyBlob::WrappedFields: how the key that follows was wrapped.
Fields§
§blob_type: u32§blob_format: u32§wrap_algorithm: u32§wrap_mode: u32Implementations§
Trait Implementations§
Source§impl Clone for WrappedKeyFields
impl Clone for WrappedKeyFields
Source§fn clone(&self) -> WrappedKeyFields
fn clone(&self) -> WrappedKeyFields
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WrappedKeyFields
impl Debug for WrappedKeyFields
impl Eq for WrappedKeyFields
Source§impl PartialEq for WrappedKeyFields
impl PartialEq for WrappedKeyFields
impl StructuralPartialEq for WrappedKeyFields
Auto Trait Implementations§
impl Freeze for WrappedKeyFields
impl RefUnwindSafe for WrappedKeyFields
impl Send for WrappedKeyFields
impl Sync for WrappedKeyFields
impl Unpin for WrappedKeyFields
impl UnsafeUnpin for WrappedKeyFields
impl UnwindSafe for WrappedKeyFields
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