pub struct InlinedName {
    len: usize,
    name: [u8; 16],
}Expand description
The inlined interface name.
Fields§
§len: usize§name: [u8; 16]Implementations§
Trait Implementations§
Source§impl AsRef<[u8]> for InlinedName
 
impl AsRef<[u8]> for InlinedName
Source§impl AsRef<str> for InlinedName
 
impl AsRef<str> for InlinedName
Source§impl Borrow<str> for InlinedName
 
impl Borrow<str> for InlinedName
Source§impl Clone for InlinedName
 
impl Clone for InlinedName
Source§fn clone(&self) -> InlinedName
 
fn clone(&self) -> InlinedName
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for InlinedName
 
impl Debug for InlinedName
Source§impl Display for InlinedName
 
impl Display for InlinedName
Source§impl Hash for InlinedName
 
impl Hash for InlinedName
Source§impl PartialEq for InlinedName
 
impl PartialEq for InlinedName
impl Copy for InlinedName
impl Eq for InlinedName
impl StructuralPartialEq for InlinedName
Auto Trait Implementations§
impl Freeze for InlinedName
impl RefUnwindSafe for InlinedName
impl Send for InlinedName
impl Sync for InlinedName
impl Unpin for InlinedName
impl UnwindSafe for InlinedName
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more