pub struct DataArea {
pub opcode: u8,
pub function_code: u16,
pub seqnum: u16,
pub session_id: u32,
pub transport_flags: u8,
pub payload: Bytes,
}Fields§
§opcode: u8§function_code: u16§seqnum: u16§session_id: u32§transport_flags: u8§payload: BytesImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for DataArea
impl RefUnwindSafe for DataArea
impl Send for DataArea
impl Sync for DataArea
impl Unpin for DataArea
impl UnsafeUnpin for DataArea
impl UnwindSafe for DataArea
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