Struct Tlcreate
pub struct Tlcreate {
pub fid: u32,
pub name: String,
pub flags: u32,
pub mode: u32,
pub gid: u32,
}
Expand description
lcreate – create a file
size[4] Tlcreate tag[2] fid[4] name[s] flags[4] mode[4] gid[4]
size[4] Rlcreate tag[2] qid[13] iounit[4]
lcreate creates a new file name in the directory represented by fid and prepares it for I/O. The flags field has the standard open(2) values.
Fields§
§fid: u32
§name: String
§flags: u32
§mode: u32
§gid: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tlcreate
impl RefUnwindSafe for Tlcreate
impl Send for Tlcreate
impl Sync for Tlcreate
impl Unpin for Tlcreate
impl UnwindSafe for Tlcreate
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