Struct arcdps_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§
source§impl Clone for ImDrawChannel
impl Clone for ImDrawChannel
source§fn clone(&self) -> ImDrawChannel
fn clone(&self) -> ImDrawChannel
Returns a copy 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 ImDrawChannel
impl Debug for ImDrawChannel
source§impl Default for ImDrawChannel
impl Default for ImDrawChannel
source§impl Hash for ImDrawChannel
impl Hash for ImDrawChannel
source§impl PartialEq for ImDrawChannel
impl PartialEq for ImDrawChannel
source§fn eq(&self, other: &ImDrawChannel) -> bool
fn eq(&self, other: &ImDrawChannel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ImDrawChannel
impl Eq for ImDrawChannel
impl StructuralPartialEq 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