#[repr(u32)]pub enum PK11ObjectType {
PK11_TypeGeneric = 0,
PK11_TypePrivKey = 1,
PK11_TypePubKey = 2,
PK11_TypeCert = 3,
PK11_TypeSymKey = 4,
}
Variants§
PK11_TypeGeneric = 0
PK11_TypePrivKey = 1
PK11_TypePubKey = 2
PK11_TypeCert = 3
PK11_TypeSymKey = 4
Auto Trait Implementations§
impl Freeze for PK11ObjectType
impl RefUnwindSafe for PK11ObjectType
impl Send for PK11ObjectType
impl Sync for PK11ObjectType
impl Unpin for PK11ObjectType
impl UnwindSafe for PK11ObjectType
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