in_as_visual

Casts the given node to a visual.

version(IN_DYNLIB)
export extern (C) @nogc
in_as_visual

Parameters

self in_node_t*

The node to operate on.

Return Value

A in_visual_t* representing the Visual, null if the cast failed.

Meta