#[repr(C)]pub struct io_uring_recvmsg_out {
pub namelen: c_uint,
pub controllen: c_uint,
pub payloadlen: c_uint,
pub flags: c_uint,
}
Fields§
§namelen: c_uint
§controllen: c_uint
§payloadlen: c_uint
§flags: c_uint
Trait Implementations§
Source§impl Clone for io_uring_recvmsg_out
impl Clone for io_uring_recvmsg_out
Source§fn clone(&self) -> io_uring_recvmsg_out
fn clone(&self) -> io_uring_recvmsg_out
Returns a copy 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 io_uring_recvmsg_out
impl Debug for io_uring_recvmsg_out
impl Copy for io_uring_recvmsg_out
Auto Trait Implementations§
impl Freeze for io_uring_recvmsg_out
impl RefUnwindSafe for io_uring_recvmsg_out
impl Send for io_uring_recvmsg_out
impl Sync for io_uring_recvmsg_out
impl Unpin for io_uring_recvmsg_out
impl UnwindSafe for io_uring_recvmsg_out
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