Struct cryptoki::types::Ulong[][src]

#[repr(transparent)]pub struct Ulong { /* fields omitted */ }

Unsigned value, at least 32 bits long

Trait Implementations

impl Clone for Ulong[src]

impl Copy for Ulong[src]

impl Debug for Ulong[src]

impl Deref for Ulong[src]

type Target = CK_ULONG

The resulting type after dereferencing.

impl Eq for Ulong[src]

impl From<Ulong> for CK_ULONG[src]

impl From<u64> for Ulong[src]

impl PartialEq<Ulong> for Ulong[src]

impl StructuralEq for Ulong[src]

impl StructuralPartialEq for Ulong[src]

impl TryFrom<usize> for Ulong[src]

type Error = Error

The type returned in the event of a conversion error.

Auto Trait Implementations

impl RefUnwindSafe for Ulong

impl Send for Ulong

impl Sync for Ulong

impl Unpin for Ulong

impl UnwindSafe for Ulong

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.