Struct Txattrwalk
pub struct Txattrwalk {
pub fid: u32,
pub newfid: u32,
pub name: String,
}
Expand description
xattrwalk – walk extended attributes
size[4] Txattrwalk tag[2] fid[4] newfid[4] name[s]
size[4] Rxattrwalk tag[2] size[8]
xattrwalk gets a new fid pointing to the extended attribute directory of the file represented by fid.
Fields§
§fid: u32
§newfid: u32
§name: String
Trait Implementations§
§impl Debug for Txattrwalk
impl Debug for Txattrwalk
§impl WireFormat for Txattrwalk
impl WireFormat for Txattrwalk
Auto Trait Implementations§
impl Freeze for Txattrwalk
impl RefUnwindSafe for Txattrwalk
impl Send for Txattrwalk
impl Sync for Txattrwalk
impl Unpin for Txattrwalk
impl UnwindSafe for Txattrwalk
Blanket Implementations§
Source§impl<T> AsyncWireFormatExt for Twhere
T: WireFormat + Send,
impl<T> AsyncWireFormatExt for Twhere
T: WireFormat + Send,
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