#[repr(C)]pub struct ImDrawCmdHeader {
pub ClipRect: ImVec4,
pub TexRef: ImTextureRef,
pub VtxOffset: c_uint,
}Fields§
§ClipRect: ImVec4§TexRef: ImTextureRef§VtxOffset: c_uintTrait Implementations§
Source§impl Clone for ImDrawCmdHeader
impl Clone for ImDrawCmdHeader
Source§fn clone(&self) -> ImDrawCmdHeader
fn clone(&self) -> ImDrawCmdHeader
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ImDrawCmdHeader
impl Debug for ImDrawCmdHeader
impl Copy for ImDrawCmdHeader
Auto Trait Implementations§
impl Freeze for ImDrawCmdHeader
impl !RefUnwindSafe for ImDrawCmdHeader
impl !Send for ImDrawCmdHeader
impl !Sync for ImDrawCmdHeader
impl Unpin for ImDrawCmdHeader
impl !UnwindSafe for ImDrawCmdHeader
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