pub struct AxonHeader {
pub version: u8,
pub msg_type: WireMessageType,
pub flags: u16,
pub payload_len: u32,
pub checksum: u32,
}Fields§
§version: u8§msg_type: WireMessageType§flags: u16§payload_len: u32§checksum: u32Trait Implementations§
Source§impl Clone for AxonHeader
impl Clone for AxonHeader
Source§fn clone(&self) -> AxonHeader
fn clone(&self) -> AxonHeader
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AxonHeader
impl RefUnwindSafe for AxonHeader
impl Send for AxonHeader
impl Sync for AxonHeader
impl Unpin for AxonHeader
impl UnsafeUnpin for AxonHeader
impl UnwindSafe for AxonHeader
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