pub struct SendBundle { /* private fields */ }
Expand description
Send a bundle of messages on a socket in a single request.
Implementations§
Source§impl SendBundle
impl SendBundle
Sourcepub const CODE: u8 = 26u8
pub const CODE: u8 = 26u8
The opcode of the operation. This can be passed to
Probe::is_supported
to check if this operation is
supported with the current kernel.
pub fn new(fd: impl UseFixed, buf_group: u16) -> Self
pub const fn flags(self, flags: i32) -> Self
pub const fn len(self, len: u32) -> Self
pub fn build(self) -> Entry
Auto Trait Implementations§
impl Freeze for SendBundle
impl RefUnwindSafe for SendBundle
impl Send for SendBundle
impl Sync for SendBundle
impl Unpin for SendBundle
impl UnwindSafe for SendBundle
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