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