[−][src]Struct imgui::ChannelsSplit
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]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,