pub struct TdsFrame {
pub packet_type: TdsPacketType,
pub status: u8,
pub spid: u16,
pub packet_id: u8,
pub window: u8,
pub payload: Bytes,
}Fields§
§packet_type: TdsPacketType§status: u8§spid: u16§packet_id: u8§window: u8§payload: BytesAuto Trait Implementations§
impl !Freeze for TdsFrame
impl RefUnwindSafe for TdsFrame
impl Send for TdsFrame
impl Sync for TdsFrame
impl Unpin for TdsFrame
impl UnwindSafe for TdsFrame
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