[][src]Struct pmdk::ObjRawKey

pub struct ObjRawKey(_);

Methods

impl ObjRawKey[src]

pub unsafe fn as_slice<'a>(&self, len: usize) -> &'a [u8][src]

Safety

The ruturned slice should not outlive context of self

pub fn as_persistent(&self) -> PMEMoid[src]

pub fn get_type(&self) -> u64[src]

Trait Implementations

impl Debug for ObjRawKey[src]

impl Eq for ObjRawKey[src]

impl From<*mut c_void> for ObjRawKey[src]

impl From<ObjRawKey> for u64[src]

impl From<ObjRawKey> for PMEMoid[src]

impl From<pmemoid> for ObjRawKey[src]

impl From<u64> for ObjRawKey[src]

impl Hash for ObjRawKey[src]

impl PartialEq<ObjRawKey> for ObjRawKey[src]

impl Send for ObjRawKey[src]

impl StructuralEq for ObjRawKey[src]

impl StructuralPartialEq for ObjRawKey[src]

impl Sync for ObjRawKey[src]

Auto Trait Implementations

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, 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.