Struct jemalloc_ctl::MibStr [−][src]
Management Information Base of a string value.
Trait Implementations
impl<T: MibArg> Access<&'static [u8]> for MibStr<T>
[src][+]
impl<T: MibArg> Access<&'static str> for MibStr<T>
[src][+]
impl<T: Clone + MibArg> Clone for MibStr<T>
[src][+]
impl<T: Copy + MibArg> Copy for MibStr<T>
[src]
impl<T: Debug + MibArg> Debug for MibStr<T>
[src][+]
impl<T: Default + MibArg> Default for MibStr<T>
[src][+]
impl<T: MibArg> Index<usize> for MibStr<T>
[src][+]
impl<T: MibArg> IndexMut<usize> for MibStr<T>
[src][+]
impl<T: PartialEq + MibArg> PartialEq<MibStr<T>> for MibStr<T>
[src][+]
impl<T: MibArg> StructuralPartialEq for MibStr<T>
[src]
Auto Trait Implementations
impl<T> Send for MibStr<T> where
T: Send,
T: Send,
impl<T> Sync for MibStr<T> where
T: Sync,
T: Sync,
impl<T> Unpin for MibStr<T> where
T: Unpin,
T: Unpin,
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,
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>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,