Struct easy_imgui_sys::ImGuiLogType
source · #[repr(transparent)]pub struct ImGuiLogType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
source§impl ImGuiLogType
impl ImGuiLogType
pub const ImGuiLogType_None: ImGuiLogType = _
source§impl ImGuiLogType
impl ImGuiLogType
pub const ImGuiLogType_TTY: ImGuiLogType = _
source§impl ImGuiLogType
impl ImGuiLogType
pub const ImGuiLogType_File: ImGuiLogType = _
source§impl ImGuiLogType
impl ImGuiLogType
pub const ImGuiLogType_Buffer: ImGuiLogType = _
source§impl ImGuiLogType
impl ImGuiLogType
pub const ImGuiLogType_Clipboard: ImGuiLogType = _
Trait Implementations§
source§impl Clone for ImGuiLogType
impl Clone for ImGuiLogType
source§fn clone(&self) -> ImGuiLogType
fn clone(&self) -> ImGuiLogType
Returns a copy 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 ImGuiLogType
impl Debug for ImGuiLogType
source§impl Hash for ImGuiLogType
impl Hash for ImGuiLogType
source§impl PartialEq for ImGuiLogType
impl PartialEq for ImGuiLogType
source§fn eq(&self, other: &ImGuiLogType) -> bool
fn eq(&self, other: &ImGuiLogType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ImGuiLogType
impl Eq for ImGuiLogType
impl StructuralPartialEq for ImGuiLogType
Auto Trait Implementations§
impl Freeze for ImGuiLogType
impl RefUnwindSafe for ImGuiLogType
impl Send for ImGuiLogType
impl Sync for ImGuiLogType
impl Unpin for ImGuiLogType
impl UnwindSafe for ImGuiLogType
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)