Struct devicemapper::DmNameBuf [−][src]
pub struct DmNameBuf { /* fields omitted */ }The owned version of the DM identifier.
Methods
impl DmNameBuf[src]
impl DmNameBufMethods from Deref<Target = DmName>
Trait Implementations
impl Debug for DmNameBuf[src]
impl Debug for DmNameBuffn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for DmNameBuf[src]
impl Clone for DmNameBuffn clone(&self) -> DmNameBuf[src]
fn clone(&self) -> DmNameBufReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for DmNameBuf[src]
impl PartialEq for DmNameBuffn eq(&self, other: &DmNameBuf) -> bool[src]
fn eq(&self, other: &DmNameBuf) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DmNameBuf) -> bool[src]
fn ne(&self, other: &DmNameBuf) -> boolThis method tests for !=.
impl Eq for DmNameBuf[src]
impl Eq for DmNameBufimpl Hash for DmNameBuf[src]
impl Hash for DmNameBuffn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl AsRef<DmName> for DmNameBuf[src]
impl AsRef<DmName> for DmNameBufimpl Borrow<DmName> for DmNameBuf[src]
impl Borrow<DmName> for DmNameBufimpl Deref for DmNameBuf[src]
impl Deref for DmNameBuf