#[repr(transparent)]
pub struct Name(_);
Expand description
A Name
in the MALLCTL NAMESPACE.
Returns the MibStr
of self
which is a key whose value is a string.
Returns true
if self
is a key in the MALLCTL NAMESPCE referring to
a null-terminated string.
Returns the name as null-terminated byte-string.
Write value
at the key self
.
Write value
at the key self
returning its previous value.
Write value
at the key self
.
Write value
at the key self
returning its previous value.
Write value
at the key self
.
Write value
at the key self
returning its previous value.
Write value
at the key self
.
Write value
at the key self
returning its previous value.
Write value
at the key self
.
Write value
at the key self
returning its previous value.
Write value
at the key self
.
Write value
at the key self
returning its previous value.
Write value
at the key self
.
Write value
at the key self
returning its previous value.
Formats the value using the given formatter. Read more
Formats the value using the given formatter. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more