flockOps

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

Value members

Concrete methods

def l_len_=(value: off_t): Unit
def l_pid_=(value: pid_t): Unit
def l_start_=(value: off_t): Unit
def l_type: CInt
def l_type_=(value: CInt): Unit
def l_whence: CInt
def l_whence_=(value: CInt): Unit

Concrete fields

val ptr: Ptr[flock]