msghdrOps

final implicit class msghdrOps(val ptr: Ptr[msghdr]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def msg_control: Ptr[Byte]
def msg_control_=(v: Ptr[Byte]): Unit
def msg_flags: CInt
def msg_flags_=(v: CInt): Unit
def msg_iov: Ptr[iovec]
def msg_iov_=(v: Ptr[iovec]): Unit
def msg_iovlen: CInt
def msg_iovlen_=(v: CInt): Unit
def msg_name: Ptr[Byte]
def msg_name_=(v: Ptr[Byte]): Unit

Concrete fields

val ptr: Ptr[msghdr]