pub struct ReplyHeader {
pub request_id: u32,
}Expand description
The element only decodes the request ID. This is used internally by bundle readers.
Fields§
§request_id: u32The request ID this reply is for.
Trait Implementations§
Source§impl Debug for ReplyHeader
impl Debug for ReplyHeader
Source§impl SimpleElement for ReplyHeader
impl SimpleElement for ReplyHeader
Source§impl TopElement for ReplyHeader
impl TopElement for ReplyHeader
Source§const LEN: ElementLength = ElementLength::Variable32
const LEN: ElementLength = ElementLength::Variable32
The type of length that prefixes the element’s content and describe
how much space is taken by the element.
Auto Trait Implementations§
impl Freeze for ReplyHeader
impl RefUnwindSafe for ReplyHeader
impl Send for ReplyHeader
impl Sync for ReplyHeader
impl Unpin for ReplyHeader
impl UnwindSafe for ReplyHeader
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