pub struct SendBuf(pub u16);Expand description
Sets internal send buffer to this amount of messages
Allowed values are from 0 to 8192.
Tuple Fields§
§0: u16Trait Implementations§
impl Copy for SendBuf
Auto Trait Implementations§
impl Freeze for SendBuf
impl RefUnwindSafe for SendBuf
impl Send for SendBuf
impl Sync for SendBuf
impl Unpin for SendBuf
impl UnwindSafe for SendBuf
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