Struct Txattrcreate
pub struct Txattrcreate {
pub fid: u32,
pub name: String,
pub attr_size: u64,
pub flags: u32,
}
Expand description
xattrcreate – create an extended attribute
size[4] Txattrcreate tag[2] fid[4] name[s] attr_size[8] flags[4]
size[4] Rxattrcreate tag[2]
xattrcreate creates a new extended attribute named name of the file represented by fid.
Fields§
§fid: u32
§name: String
§attr_size: u64
§flags: u32
Trait Implementations§
§impl Debug for Txattrcreate
impl Debug for Txattrcreate
§impl WireFormat for Txattrcreate
impl WireFormat for Txattrcreate
Auto Trait Implementations§
impl Freeze for Txattrcreate
impl RefUnwindSafe for Txattrcreate
impl Send for Txattrcreate
impl Sync for Txattrcreate
impl Unpin for Txattrcreate
impl UnwindSafe for Txattrcreate
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