#[repr(C)]pub struct ImDrawChannel {
pub CmdBuffer: ImVector<ImDrawCmd>,
pub IdxBuffer: ImVector<ImDrawIdx>,
}
Fields§
§CmdBuffer: ImVector<ImDrawCmd>
§IdxBuffer: ImVector<ImDrawIdx>
Trait Implementations§
Source§impl Clone for ImDrawChannel
impl Clone for ImDrawChannel
Source§impl Default for ImDrawChannel
impl Default for ImDrawChannel
impl Copy for ImDrawChannel
Auto Trait Implementations§
impl Freeze for ImDrawChannel
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