pub enum KeyBlobType {
Raw,
Reference,
Wrapped,
Other(u32),
}Expand description
CSSM_KEYBLOB_TYPE.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for KeyBlobType
impl Clone for KeyBlobType
Source§fn clone(&self) -> KeyBlobType
fn clone(&self) -> KeyBlobType
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 moreimpl Copy for KeyBlobType
Source§impl Debug for KeyBlobType
impl Debug for KeyBlobType
impl Eq for KeyBlobType
Source§impl PartialEq for KeyBlobType
impl PartialEq for KeyBlobType
impl StructuralPartialEq for KeyBlobType
Auto Trait Implementations§
impl Freeze for KeyBlobType
impl RefUnwindSafe for KeyBlobType
impl Send for KeyBlobType
impl Sync for KeyBlobType
impl Unpin for KeyBlobType
impl UnsafeUnpin for KeyBlobType
impl UnwindSafe for KeyBlobType
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