pub struct Pagefile { /* private fields */ }Available on crate feature
std and (Unix or Windows) only.Implementations§
Auto Trait Implementations§
impl Freeze for Pagefile
impl RefUnwindSafe for Pagefile
impl Send for Pagefile
impl Sync for Pagefile
impl Unpin for Pagefile
impl UnwindSafe for Pagefile
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