#[repr(C)]pub struct ImGuiTextBuffer {
pub Buf: ImVector<c_char>,
}
Fields§
§Buf: ImVector<c_char>
Trait Implementations§
Source§impl Clone for ImGuiTextBuffer
impl Clone for ImGuiTextBuffer
Source§impl Default for ImGuiTextBuffer
impl Default for ImGuiTextBuffer
impl Copy for ImGuiTextBuffer
Auto Trait Implementations§
impl Freeze for ImGuiTextBuffer
impl RefUnwindSafe for ImGuiTextBuffer
impl !Send for ImGuiTextBuffer
impl !Sync for ImGuiTextBuffer
impl Unpin 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