#[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 Freeze 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