Type Alias NodeArray

Source
pub type NodeArray = Vec<Node>;
Expand description

A Vec<Node>, used only within a Node, and only in specific situations.

Aliased Type§

struct NodeArray { /* private fields */ }

Trait Implementations§

Source§

impl MpvFormat for NodeArray

Source§

const MPV_FORMAT: Format = Format::NODE_ARRAY

Defines the mpv_format used with mpv when transferring and requesting data.
Source§

impl MpvRecv for NodeArray

Source§

impl MpvSend for NodeArray