Enum everscale_network::proto::rldp::MessagePart
source · [−]pub enum MessagePart<'tl> {
MessagePart {
transfer_id: HashRef<'tl>,
fec_type: RaptorQFecType,
part: u32,
total_size: u64,
seqno: u32,
data: &'tl [u8],
},
Confirm {
transfer_id: HashRef<'tl>,
part: u32,
seqno: u32,
},
Complete {
transfer_id: HashRef<'tl>,
part: u32,
},
}Variants
MessagePart
Fields
transfer_id: HashRef<'tl>fec_type: RaptorQFecTypepart: u32total_size: u64seqno: u32data: &'tl [u8]Confirm
Complete
Trait Implementations
sourceimpl<'tl> Clone for MessagePart<'tl>
impl<'tl> Clone for MessagePart<'tl>
sourcefn clone(&self) -> MessagePart<'tl>
fn clone(&self) -> MessagePart<'tl>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl<'tl> Debug for MessagePart<'tl>
impl<'tl> Debug for MessagePart<'tl>
sourceimpl<'tl> TlRead<'tl> for MessagePart<'tl>
impl<'tl> TlRead<'tl> for MessagePart<'tl>
sourceimpl<'tl> TlWrite for MessagePart<'tl>
impl<'tl> TlWrite for MessagePart<'tl>
impl<'tl> Copy for MessagePart<'tl>
Auto Trait Implementations
impl<'tl> RefUnwindSafe for MessagePart<'tl>
impl<'tl> Send for MessagePart<'tl>
impl<'tl> Sync for MessagePart<'tl>
impl<'tl> Unpin for MessagePart<'tl>
impl<'tl> UnwindSafe for MessagePart<'tl>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more