Class: FFI::StructEx::BitLayout
- Inherits:
-
Struct
- Object
- Struct
- FFI::StructEx::BitLayout
- Defined in:
- lib/ffi/struct_ex/struct_ex.rb
Instance Attribute Summary collapse
-
#bits ⇒ Object
Returns the value of attribute bits.
-
#name ⇒ Object
Returns the value of attribute name.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#texts ⇒ Object
Returns the value of attribute texts.
Instance Attribute Details
#bits ⇒ Object
Returns the value of attribute bits
16 17 18 |
# File 'lib/ffi/struct_ex/struct_ex.rb', line 16 def bits @bits end |
#name ⇒ Object
Returns the value of attribute name
16 17 18 |
# File 'lib/ffi/struct_ex/struct_ex.rb', line 16 def name @name end |
#offset ⇒ Object
Returns the value of attribute offset
16 17 18 |
# File 'lib/ffi/struct_ex/struct_ex.rb', line 16 def offset @offset end |
#texts ⇒ Object
Returns the value of attribute texts
16 17 18 |
# File 'lib/ffi/struct_ex/struct_ex.rb', line 16 def texts @texts end |