pub struct EloDeltaHeader {
pub peer_id: Vec<u8>,
pub start: u64,
pub end: u64,
pub key_id: String,
pub iv: [u8; 12],
}Fields§
§peer_id: Vec<u8>§start: u64§end: u64§key_id: String§iv: [u8; 12]Trait Implementations§
Source§impl Clone for EloDeltaHeader
impl Clone for EloDeltaHeader
Source§fn clone(&self) -> EloDeltaHeader
fn clone(&self) -> EloDeltaHeader
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 moreSource§impl Debug for EloDeltaHeader
impl Debug for EloDeltaHeader
Source§impl PartialEq for EloDeltaHeader
impl PartialEq for EloDeltaHeader
impl Eq for EloDeltaHeader
impl StructuralPartialEq for EloDeltaHeader
Auto Trait Implementations§
impl Freeze for EloDeltaHeader
impl RefUnwindSafe for EloDeltaHeader
impl Send for EloDeltaHeader
impl Sync for EloDeltaHeader
impl Unpin for EloDeltaHeader
impl UnwindSafe for EloDeltaHeader
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