pub struct Tmkdir {
pub dfid: u32,
pub name: String,
pub mode: u32,
pub gid: u32,
}
Expand description
mkdir – create directory
size[4] Tmkdir tag[2] dfid[4] name[s] mode[4] gid[4]
size[4] Rmkdir tag[2] qid[13]
mkdir creates a new directory name in the directory represented by dfid.
Fields§
§dfid: u32
§name: String
§mode: u32
§gid: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tmkdir
impl RefUnwindSafe for Tmkdir
impl Send for Tmkdir
impl Sync for Tmkdir
impl Unpin for Tmkdir
impl UnwindSafe for Tmkdir
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