#[repr(C)]pub struct ImDrawCmd {
pub elem_count: c_uint,
pub clip_rect: ImVec4,
pub texture_id: ImTextureID,
pub user_callback: ImDrawCallback,
pub user_callback_data: *mut c_void,
}
Fields§
§elem_count: c_uint
§clip_rect: ImVec4
§texture_id: ImTextureID
§user_callback: ImDrawCallback
§user_callback_data: *mut c_void
Auto Trait Implementations§
impl Freeze for ImDrawCmd
impl RefUnwindSafe for ImDrawCmd
impl !Send for ImDrawCmd
impl !Sync for ImDrawCmd
impl Unpin for ImDrawCmd
impl UnwindSafe for ImDrawCmd
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