Struct windows_sys::Wdk::Storage::FileSystem::RTL_HEAP_MEMORY_LIMIT_DATA
#[repr(C)]pub struct RTL_HEAP_MEMORY_LIMIT_DATA {
pub CommitLimitBytes: usize,
pub CommitLimitFailureCode: usize,
pub MaxAllocationSizeBytes: usize,
pub AllocationLimitFailureCode: usize,
}Fields§
§CommitLimitBytes: usize§CommitLimitFailureCode: usize§MaxAllocationSizeBytes: usize§AllocationLimitFailureCode: usizeTrait Implementations§
§impl Clone for RTL_HEAP_MEMORY_LIMIT_DATA
impl Clone for RTL_HEAP_MEMORY_LIMIT_DATA
impl Copy for RTL_HEAP_MEMORY_LIMIT_DATA
Auto Trait Implementations§
impl RefUnwindSafe for RTL_HEAP_MEMORY_LIMIT_DATA
impl Send for RTL_HEAP_MEMORY_LIMIT_DATA
impl Sync for RTL_HEAP_MEMORY_LIMIT_DATA
impl Unpin for RTL_HEAP_MEMORY_LIMIT_DATA
impl UnwindSafe for RTL_HEAP_MEMORY_LIMIT_DATA
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