module V4L2::StructWrapper(STRUCT)

Direct including types

Defined in:

v4l2/struct_wrapper.cr

Instance Method Summary

Macro Summary

Instance Method Detail

def to_unsafe : Pointer(STRUCT) #

[View source]

Macro Detail

macro struct_char_array_field(name) #

[View source]
macro struct_getter(name, to scope = @struct, field = nil) #

[View source]
macro struct_property(name, to scope = @struct, field = nil) #

[View source]
macro struct_setter(name, to scope = @struct, field = nil) #

[View source]