pub struct Header {
pub command_info: CommandInfo,
pub in_seq: i32,
pub out_seq: i32,
pub data_length: i32,
}
Fields§
§command_info: CommandInfo
§in_seq: i32
§out_seq: i32
§data_length: i32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Header
impl RefUnwindSafe for Header
impl Send for Header
impl Sync for Header
impl Unpin for Header
impl UnwindSafe for Header
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