pub struct Madvise { /* private fields */ }
Expand description
Give advice about use of memory, equivalent to madvise(2)
.
Implementations§
Auto Trait Implementations§
impl Freeze for Madvise
impl RefUnwindSafe for Madvise
impl !Send for Madvise
impl !Sync for Madvise
impl Unpin for Madvise
impl UnwindSafe for Madvise
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