Enum arcdps_imgui::DrawCmd
source · pub enum DrawCmd {
Elements {
count: usize,
cmd_params: DrawCmdParams,
},
ResetRenderState,
RawCallback {
callback: unsafe extern "C" fn(_: *const ImDrawList, cmd: *const ImDrawCmd),
raw_cmd: *const ImDrawCmd,
},
}
Expand description
A draw command
Variants§
Auto Trait Implementations§
impl Freeze for DrawCmd
impl RefUnwindSafe for DrawCmd
impl !Send for DrawCmd
impl !Sync for DrawCmd
impl Unpin for DrawCmd
impl UnwindSafe for DrawCmd
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