Class: UserfaultFD::RemapEvent

Inherits:
Object
  • Object
show all
Defined in:
sig/userfaultfd.rbs,
ext/userfaultfd/userfaultfd.c

Instance Attribute Summary collapse

Instance Attribute Details

#fromInteger (readonly)

Returns the value of attribute from.

Returns:

  • (Integer)


71
72
73
# File 'sig/userfaultfd.rbs', line 71

def from
  @from
end

#lengthInteger (readonly)

Returns the value of attribute length.

Returns:

  • (Integer)


73
74
75
# File 'sig/userfaultfd.rbs', line 73

def length
  @length
end

#toInteger (readonly)

Returns the value of attribute to.

Returns:

  • (Integer)


72
73
74
# File 'sig/userfaultfd.rbs', line 72

def to
  @to
end