[−][src]Struct nss::pk11::types::SymKey
Fields
ptr: *mut PK11SymKey
Trait Implementations
impl Drop for SymKey
[src]
impl Pkcs11Object for SymKey
[src]
const PK11_OBJECT_TYPE: PK11ObjectType
[src]
fn read_raw_attribute(
&self,
attribute_type: CK_ATTRIBUTE_TYPE
) -> Result<ScopedSECItem>
[src]
&self,
attribute_type: CK_ATTRIBUTE_TYPE
) -> Result<ScopedSECItem>
impl ScopedPtr for SymKey
[src]
type RawType = PK11SymKey
unsafe fn from_ptr(ptr: *mut PK11SymKey) -> Result<SymKey>
[src]
fn as_ptr(&self) -> *const PK11SymKey
[src]
fn as_mut_ptr(&self) -> *mut PK11SymKey
[src]
Auto Trait Implementations
impl RefUnwindSafe for SymKey
impl !Send for SymKey
impl !Sync for SymKey
impl Unpin for SymKey
impl UnwindSafe for SymKey
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,