#[repr(C)]pub struct ImGuiTextBuffer {
pub buf: ImVector<c_char>,
}
Fields§
§buf: ImVector<c_char>
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