Class: UserfaultFD::UnmapEvent

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

Instance Attribute Summary collapse

Instance Attribute Details

#endInteger (readonly)

Returns the value of attribute end.

Returns:

  • (Integer)


83
84
85
# File 'sig/userfaultfd.rbs', line 83

def end
  @end
end

#startInteger (readonly)

Returns the value of attribute start.

Returns:

  • (Integer)


82
83
84
# File 'sig/userfaultfd.rbs', line 82

def start
  @start
end