[][src]Struct tikv_jemalloc_ctl::Mib

#[repr(transparent)]pub struct Mib<T: MibArg>(_);

Management Information Base of a non-string value.

Trait Implementations

impl<T: MibArg> Access<bool> for Mib<T>[src]

impl<T: MibArg> Access<isize> for Mib<T>[src]

impl<T: MibArg> Access<u32> for Mib<T>[src]

impl<T: MibArg> Access<u64> for Mib<T>[src]

impl<T: MibArg> Access<usize> for Mib<T>[src]

impl<T: MibArg> AsMut<[usize]> for Mib<T>[src]

impl<T: MibArg> AsRef<[usize]> for Mib<T>[src]

impl<T: Clone + MibArg> Clone for Mib<T>[src]

impl<T: Copy + MibArg> Copy for Mib<T>[src]

impl<T: Debug + MibArg> Debug for Mib<T>[src]

impl<T: Default + MibArg> Default for Mib<T>[src]

impl<T: MibArg> Index<usize> for Mib<T>[src]

type Output = usize

The returned type after indexing.

impl<T: MibArg> IndexMut<usize> for Mib<T>[src]

impl<T: PartialEq + MibArg> PartialEq<Mib<T>> for Mib<T>[src]

impl<T: MibArg> StructuralPartialEq for Mib<T>[src]

Auto Trait Implementations

impl<T> Send for Mib<T> where
    T: Send

impl<T> Sync for Mib<T> where
    T: Sync

impl<T> Unpin for Mib<T> where
    T: Unpin

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.