#[repr(C)]pub struct _TXFS_MODIFY_RM {
pub Flags: DWORD,
pub LogContainerCountMax: DWORD,
pub LogContainerCountMin: DWORD,
pub LogContainerCount: DWORD,
pub LogGrowthIncrement: DWORD,
pub LogAutoShrinkPercentage: DWORD,
pub Reserved: DWORDLONG,
pub LoggingMode: WORD,
}
Fields§
§Flags: DWORD
§LogContainerCountMax: DWORD
§LogContainerCountMin: DWORD
§LogContainerCount: DWORD
§LogGrowthIncrement: DWORD
§LogAutoShrinkPercentage: DWORD
§Reserved: DWORDLONG
§LoggingMode: WORD
Trait Implementations§
Source§impl Clone for _TXFS_MODIFY_RM
impl Clone for _TXFS_MODIFY_RM
Source§fn clone(&self) -> _TXFS_MODIFY_RM
fn clone(&self) -> _TXFS_MODIFY_RM
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 _TXFS_MODIFY_RM
impl Debug for _TXFS_MODIFY_RM
Source§impl Ord for _TXFS_MODIFY_RM
impl Ord for _TXFS_MODIFY_RM
Source§fn cmp(&self, other: &_TXFS_MODIFY_RM) -> Ordering
fn cmp(&self, other: &_TXFS_MODIFY_RM) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _TXFS_MODIFY_RM
impl PartialEq for _TXFS_MODIFY_RM
Source§impl PartialOrd for _TXFS_MODIFY_RM
impl PartialOrd for _TXFS_MODIFY_RM
impl Copy for _TXFS_MODIFY_RM
impl Eq for _TXFS_MODIFY_RM
impl StructuralPartialEq for _TXFS_MODIFY_RM
Auto Trait Implementations§
impl Freeze for _TXFS_MODIFY_RM
impl RefUnwindSafe for _TXFS_MODIFY_RM
impl Send for _TXFS_MODIFY_RM
impl Sync for _TXFS_MODIFY_RM
impl Unpin for _TXFS_MODIFY_RM
impl UnwindSafe for _TXFS_MODIFY_RM
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