pub struct Config {
pub ring_size: usize,
pub ring_priority: usize,
pub rx_buffer_frames: usize,
pub tx_buffer_frames: usize,
pub frame_payload_bytes: usize,
pub num_send_frames: usize,
}Fields§
§ring_size: usize§ring_priority: usize§rx_buffer_frames: usize§tx_buffer_frames: usize§frame_payload_bytes: usize§num_send_frames: usizeAuto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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