Struct imgui::ChannelsSplit[][src]

pub struct ChannelsSplit<'ui> { /* fields omitted */ }

Represent the drawing interface within a call to channels_split.

Methods

impl<'ui> ChannelsSplit<'ui>
[src]

Change current channel.

Panic if channel_index overflows the number of channels.

Auto Trait Implementations

impl<'ui> !Send for ChannelsSplit<'ui>

impl<'ui> !Sync for ChannelsSplit<'ui>