pub struct AssemblerCaps {
pub max_pending_sns: usize,
pub max_sample_bytes: usize,
pub max_fragment_size: u16,
}Expand description
Konfiguration fuer den Assembler.
Fields§
§max_pending_sns: usizeMax. Anzahl gleichzeitiger SNs.
max_sample_bytes: usizeMax. sample_size in Bytes.
max_fragment_size: u16Max. fragment_size in Bytes.
Trait Implementations§
Source§impl Clone for AssemblerCaps
impl Clone for AssemblerCaps
Source§fn clone(&self) -> AssemblerCaps
fn clone(&self) -> AssemblerCaps
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AssemblerCaps
impl Debug for AssemblerCaps
Source§impl Default for AssemblerCaps
impl Default for AssemblerCaps
impl Copy for AssemblerCaps
Auto Trait Implementations§
impl Freeze for AssemblerCaps
impl RefUnwindSafe for AssemblerCaps
impl Send for AssemblerCaps
impl Sync for AssemblerCaps
impl Unpin for AssemblerCaps
impl UnsafeUnpin for AssemblerCaps
impl UnwindSafe for AssemblerCaps
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