pub struct RangeDetails {
pub base: NativePointer,
pub size: usize,
pub protection: String,
pub file: Option<FileMapping>,
}Fields§
§base: NativePointer§size: usize§protection: String§file: Option<FileMapping>Auto Trait Implementations§
impl Freeze for RangeDetails
impl RefUnwindSafe for RangeDetails
impl Send for RangeDetails
impl Sync for RangeDetails
impl Unpin for RangeDetails
impl UnsafeUnpin for RangeDetails
impl UnwindSafe for RangeDetails
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