rust/tests/source/visual-fn-type.rs

11 lines
605 B
Rust
Raw Normal View History

2018-09-11 11:34:21 +02:00
// rustfmt-indent_style: Visual
type CNodeSetAtts = unsafe extern "C" fn(node: *const RsvgNode,
node_impl: *const RsvgCNodeImpl,
handle: *const RsvgHandle,
pbag: *const PropertyBag)
;
type CNodeDraw = unsafe extern "C" fn(node: *const RsvgNode,
node_impl: *const RsvgCNodeImpl,
draw_ctx: *const RsvgDrawingCtx,
dominate: i32);