[][src]Struct imgui::ChannelsSplit

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

Represent the drawing interface within a call to channels_split.

Implementations

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

pub fn set_current(&self, channel_index: u32)[src]

Change current channel.

Panic if channel_index overflows the number of channels.

Auto Trait Implementations

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

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

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

impl<'ui> Unpin for ChannelsSplit<'ui>

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

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.