module GPhoto2::Struct(T)

Direct including types

Defined in:

gphoto2/struct.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ptr : Pointer(T) | Nil = nil) #

[View source]

Instance Method Detail

def ptr : Pointer(T) #

[View source]
def ptr? : Pointer(T) | Nil #

[View source]
def to_unsafe : Pointer(T) #

[View source]
def wrapped : T #

Returns wrapped value.


[View source]