#[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
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