#[repr(C)]pub struct ImGuiTextBuffer {
pub Buf: ImVector_char,
}Fields§
§Buf: ImVector_charTrait Implementations§
Source§impl Clone for ImGuiTextBuffer
impl Clone for ImGuiTextBuffer
Source§fn clone(&self) -> ImGuiTextBuffer
fn clone(&self) -> ImGuiTextBuffer
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ImGuiTextBuffer
Source§impl Debug for ImGuiTextBuffer
impl Debug for ImGuiTextBuffer
Source§impl Default for ImGuiTextBuffer
impl Default for ImGuiTextBuffer
impl Eq for ImGuiTextBuffer
Source§impl Hash for ImGuiTextBuffer
impl Hash for ImGuiTextBuffer
Source§impl PartialEq for ImGuiTextBuffer
impl PartialEq for ImGuiTextBuffer
Source§fn eq(&self, other: &ImGuiTextBuffer) -> bool
fn eq(&self, other: &ImGuiTextBuffer) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ImGuiTextBuffer
Auto Trait Implementations§
impl !Send for ImGuiTextBuffer
impl !Sync for ImGuiTextBuffer
impl Freeze for ImGuiTextBuffer
impl RefUnwindSafe for ImGuiTextBuffer
impl Unpin for ImGuiTextBuffer
impl UnsafeUnpin for ImGuiTextBuffer
impl UnwindSafe for ImGuiTextBuffer
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