Struct MappingStatistics
pub struct MappingStatistics {
pub active_mappings: usize,
pub total_mapped_bytes: usize,
pub mapping_threshold: usize,
}Expand description
Statistics for memory mapping
Fields§
§active_mappings: usize§total_mapped_bytes: usize§mapping_threshold: usizeTrait Implementations§
§impl Clone for MappingStatistics
impl Clone for MappingStatistics
§fn clone(&self) -> MappingStatistics
fn clone(&self) -> MappingStatistics
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 moreAuto Trait Implementations§
impl Freeze for MappingStatistics
impl RefUnwindSafe for MappingStatistics
impl Send for MappingStatistics
impl Sync for MappingStatistics
impl Unpin for MappingStatistics
impl UnwindSafe for MappingStatistics
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