pub struct XattrEntry {
pub index: Index,
pub name: Box<[u8]>,
pub value: Box<[u8]>,
}
Fields§
§index: Index
§name: Box<[u8]>
§value: Box<[u8]>
Trait Implementations§
Source§impl Clone for XattrEntry
impl Clone for XattrEntry
Source§fn clone(&self) -> XattrEntry
fn clone(&self) -> XattrEntry
Returns a copy 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 XattrEntry
impl Debug for XattrEntry
Source§impl PartialEq for XattrEntry
impl PartialEq for XattrEntry
impl Eq for XattrEntry
impl StructuralPartialEq for XattrEntry
Auto Trait Implementations§
impl Freeze for XattrEntry
impl RefUnwindSafe for XattrEntry
impl Send for XattrEntry
impl Sync for XattrEntry
impl Unpin for XattrEntry
impl UnwindSafe for XattrEntry
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