module GPhoto2::ManagedStruct(T)

Included Modules

Direct including types

Defined in:

gphoto2/managed_struct.cr

Constructors

Instance Method Summary

Instance methods inherited from module GPhoto2::Struct(T)

ptr : Pointer(T) ptr, ptr? : Pointer(T) | Nil ptr?, to_unsafe : Pointer(T) to_unsafe, wrapped : T wrapped

Constructor methods inherited from module GPhoto2::Struct(T)

new(ptr : Pointer(T) | Nil = nil) new

Constructor Detail

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

[View source]

Instance Method Detail

def ptr : Pointer(T) #

[View source]