Struct Rlopen
pub struct Rlopen {
pub qid: Qid,
pub iounit: u32,
}
Fields§
§qid: Qid
§iounit: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rlopen
impl RefUnwindSafe for Rlopen
impl Send for Rlopen
impl Sync for Rlopen
impl Unpin for Rlopen
impl UnwindSafe for Rlopen
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