#[repr(C)]pub struct ImGuiSettingsCleanupArgs {
pub TypeHashFilter: ImGuiID,
pub DiscardOlderThanMonths: c_int,
pub DiscardWhenMissingDate: bool,
pub DiscardAll: bool,
pub SetCurrentSessionDateToAll: bool,
pub SetCurrentSessionDateWhenMissingDate: bool,
pub _DiscardOlderThanDate: c_int,
}Fields§
§TypeHashFilter: ImGuiID§DiscardOlderThanMonths: c_int§DiscardWhenMissingDate: bool§DiscardAll: bool§SetCurrentSessionDateToAll: bool§SetCurrentSessionDateWhenMissingDate: bool§_DiscardOlderThanDate: c_intTrait Implementations§
Source§impl Clone for ImGuiSettingsCleanupArgs
impl Clone for ImGuiSettingsCleanupArgs
Source§fn clone(&self) -> ImGuiSettingsCleanupArgs
fn clone(&self) -> ImGuiSettingsCleanupArgs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ImGuiSettingsCleanupArgs
Source§impl Debug for ImGuiSettingsCleanupArgs
impl Debug for ImGuiSettingsCleanupArgs
Source§impl Default for ImGuiSettingsCleanupArgs
impl Default for ImGuiSettingsCleanupArgs
Source§fn default() -> ImGuiSettingsCleanupArgs
fn default() -> ImGuiSettingsCleanupArgs
Returns the “default value” for a type. Read more
impl Eq for ImGuiSettingsCleanupArgs
Source§impl Hash for ImGuiSettingsCleanupArgs
impl Hash for ImGuiSettingsCleanupArgs
Source§impl PartialEq for ImGuiSettingsCleanupArgs
impl PartialEq for ImGuiSettingsCleanupArgs
impl StructuralPartialEq for ImGuiSettingsCleanupArgs
Auto Trait Implementations§
impl Freeze for ImGuiSettingsCleanupArgs
impl RefUnwindSafe for ImGuiSettingsCleanupArgs
impl Send for ImGuiSettingsCleanupArgs
impl Sync for ImGuiSettingsCleanupArgs
impl Unpin for ImGuiSettingsCleanupArgs
impl UnsafeUnpin for ImGuiSettingsCleanupArgs
impl UnwindSafe for ImGuiSettingsCleanupArgs
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