pub struct Madvise { /* private fields */ }Expand description
Give advice about use of memory, equivalent to madvise(2).
Implementations
Auto Trait Implementations
impl RefUnwindSafe for Madvise
impl !Send for Madvise
impl !Sync for Madvise
impl Unpin for Madvise
impl UnwindSafe for Madvise
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more