Struct easy_imgui_sys::ImDrawChannel
source · #[repr(C)]pub struct ImDrawChannel {
pub _CmdBuffer: ImVector<ImDrawCmd>,
pub _IdxBuffer: ImVector<ImDrawIdx>,
}Fields§
§_CmdBuffer: ImVector<ImDrawCmd>§_IdxBuffer: ImVector<ImDrawIdx>Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ImDrawChannel
impl !Send for ImDrawChannel
impl !Sync for ImDrawChannel
impl Unpin for ImDrawChannel
impl UnwindSafe for ImDrawChannel
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more