#[repr(C)]pub struct ImGuiTextFilter_ImGuiTextRange {
pub b: *const c_char,
pub e: *const c_char,
}Fields§
§b: *const c_char§e: *const c_charImplementations§
Trait Implementations§
Source§impl Clone for ImGuiTextFilter_ImGuiTextRange
impl Clone for ImGuiTextFilter_ImGuiTextRange
Source§fn clone(&self) -> ImGuiTextFilter_ImGuiTextRange
fn clone(&self) -> ImGuiTextFilter_ImGuiTextRange
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 moreimpl Copy for ImGuiTextFilter_ImGuiTextRange
Auto Trait Implementations§
impl Freeze for ImGuiTextFilter_ImGuiTextRange
impl RefUnwindSafe for ImGuiTextFilter_ImGuiTextRange
impl !Send for ImGuiTextFilter_ImGuiTextRange
impl !Sync for ImGuiTextFilter_ImGuiTextRange
impl Unpin for ImGuiTextFilter_ImGuiTextRange
impl UnwindSafe for ImGuiTextFilter_ImGuiTextRange
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