pub struct Rframe {
pub tag: u16,
pub msg: Rmessage,
}Available on crate feature
9p only.Fields§
§tag: u16§msg: RmessageTrait Implementations§
Auto Trait Implementations§
impl Freeze for Rframe
impl RefUnwindSafe for Rframe
impl Send for Rframe
impl Sync for Rframe
impl Unpin for Rframe
impl UnwindSafe for Rframe
Blanket Implementations§
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