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