pub struct RamConfig {
pub total_ram_bytes: u64,
pub available_ram_bytes: u64,
pub used_ram_bytes: u64,
pub use_ram_bytes: u64,
pub use_percentage: f32,
}Fields§
§total_ram_bytes: u64§available_ram_bytes: u64§used_ram_bytes: u64§use_ram_bytes: u64§use_percentage: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for RamConfig
impl RefUnwindSafe for RamConfig
impl Send for RamConfig
impl Sync for RamConfig
impl Unpin for RamConfig
impl UnwindSafe for RamConfig
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