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