pub struct IoApicRouting<T: ?Sized>(pub Arc<T>);
Tuple Fields§
§0: Arc<T>
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for IoApicRouting<T>where
T: ?Sized,
impl<T> RefUnwindSafe for IoApicRouting<T>where
T: RefUnwindSafe + ?Sized,
impl<T> Send for IoApicRouting<T>
impl<T> Sync for IoApicRouting<T>
impl<T> Unpin for IoApicRouting<T>where
T: ?Sized,
impl<T> UnwindSafe for IoApicRouting<T>where
T: RefUnwindSafe + ?Sized,
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