pub struct MemAffinity {}
Expand description
Implementation of mem_affinity
structure.
Auto Trait Implementations§
impl Freeze for MemAffinity
impl RefUnwindSafe for MemAffinity
impl Send for MemAffinity
impl Sync for MemAffinity
impl Unpin for MemAffinity
impl UnwindSafe for MemAffinity
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