class

GBA::Reg::WINOUT

Inherits GBA::Reg::Base16 < BitField < Reference < Object

Constants

FIELDS = [{outside_enable_bits, T, 5, false, false}, {outside_color_special_effect, Bool, 1, false, false}, {not_used_outside, T, 2, true, false}, {obj_window_enable_bits, T, 5, false, false}, {obj_window_color_special_effect, Bool, 1, false, false}, {not_used_obj, T, 2, true, false}] of Tuple(String, Crystal::Macros::Path, Int32, Bool, Bool)
SIZE = 16

Constructors

new(value : T)

Instance methods

==(other : self)

Returns true if this reference is the same as other. Invokes same?.

hash(hasher)

See Object#hash(hasher)

not_used_obj
not_used_obj=(val : T) : Nil
not_used_outside
not_used_outside=(val : T) : Nil
obj_window_color_special_effect
obj_window_color_special_effect=(val : Bool) : Nil
obj_window_enable_bits
obj_window_enable_bits=(val : T) : Nil
outside_color_special_effect
outside_color_special_effect=(val : Bool) : Nil
outside_enable_bits
outside_enable_bits=(val : T) : Nil
to_s(io : IO) : Nil

Appends a short String representation of this object which includes its class name and its object address.

class Person
  def initialize(@name : String, @age : Int32)
  end
end

Person.new("John", 32).to_s # => #<Person:0x10a199f20>
value
value=(value : T)