Class: UserfaultFD::RemapEvent
- Inherits:
-
Object
- Object
- UserfaultFD::RemapEvent
- Defined in:
- sig/userfaultfd.rbs,
ext/userfaultfd/userfaultfd.c
Instance Attribute Summary collapse
-
#from ⇒ Integer
readonly
Returns the value of attribute from.
-
#length ⇒ Integer
readonly
Returns the value of attribute length.
-
#to ⇒ Integer
readonly
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ Integer (readonly)
Returns the value of attribute from.
71 72 73 |
# File 'sig/userfaultfd.rbs', line 71 def from @from end |
#length ⇒ Integer (readonly)
Returns the value of attribute length.
73 74 75 |
# File 'sig/userfaultfd.rbs', line 73 def length @length end |
#to ⇒ Integer (readonly)
Returns the value of attribute to.
72 73 74 |
# File 'sig/userfaultfd.rbs', line 72 def to @to end |