Class: UserfaultFD::RemoveEvent

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)


78
79
80
# File 'sig/userfaultfd.rbs', line 78

def end
  @end
end

#startInteger (readonly)

Returns the value of attribute start.

Returns:

  • (Integer)


77
78
79
# File 'sig/userfaultfd.rbs', line 77

def start
  @start
end