pub struct Profile7Config {
pub data_id: u32,
pub offset: u32,
pub min_data_length: u32,
pub max_data_length: u32,
pub max_delta_counter: u32,
}Expand description
Configuration for E2E Profile 7
Fields§
§data_id: u32data id
offset: u32Bit offset of the first bit of the E2E header from the beginning of the Data
min_data_length: u32Minimal length of Data, in bits
max_data_length: u32Maximal length of Data, in bits
max_delta_counter: u32Maximum allowed delta between consecutive counters
Trait Implementations§
Source§impl Clone for Profile7Config
impl Clone for Profile7Config
Source§fn clone(&self) -> Profile7Config
fn clone(&self) -> Profile7Config
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 Profile7Config
impl Debug for Profile7Config
Auto Trait Implementations§
impl Freeze for Profile7Config
impl RefUnwindSafe for Profile7Config
impl Send for Profile7Config
impl Sync for Profile7Config
impl Unpin for Profile7Config
impl UnwindSafe for Profile7Config
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