pub struct FutuFrame {
pub header: FutuHeader,
pub body: Bytes,
}Expand description
FutuOpenD 协议帧
包含帧头信息和 body 数据。
Fields§
§header: FutuHeader§body: BytesImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for FutuFrame
impl RefUnwindSafe for FutuFrame
impl Send for FutuFrame
impl Sync for FutuFrame
impl Unpin for FutuFrame
impl UnwindSafe for FutuFrame
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