Struct rustix::io::epoll::Ref
pub struct Ref<'a, T> { /* fields hidden */ }Documentation
A reference to a T.
Trait Implementations
impl<'a, T: fmt::Debug> Debug for Ref<'a, T>
fn fmt(&Self, fmt: &mut fmt::Formatter<'_>) -> fmt::ResultAuto Trait Implementations
impl<'a, T> RefUnwindSafe for Ref<'a, T>
where
T: RefUnwindSafe,impl<'a, T> UnwindSafe for Ref<'a, T>
where
T: UnwindSafe + RefUnwindSafe,Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T