Struct easy_imgui_sys::ImGuiTextBuffer
source · #[repr(C)]pub struct ImGuiTextBuffer {
pub Buf: ImVector<c_char>,
}Fields§
§Buf: ImVector<c_char>Implementations§
Trait Implementations§
Auto Trait Implementations§
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