pub struct Tlopen {
pub fid: u32,
pub flags: u32,
}
Expand description
lopen – open a file
size[4] Tlopen tag[2] fid[4] flags[4]
size[4] Rlopen tag[2] qid[13] iounit[4]
lopen prepares fid for file I/O. The flags field has the standard open(2) values.
Fields§
§fid: u32
§flags: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tlopen
impl RefUnwindSafe for Tlopen
impl Send for Tlopen
impl Sync for Tlopen
impl Unpin for Tlopen
impl UnwindSafe for Tlopen
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