pub enum SigInfoDetails {
Kill(SigInfoDetailsKill),
Timer(SigInfoDetailsTimer),
Rt(SigInfoDetailsRt),
SigChld(SigInfoDetailsSigChld),
SigFault(SigInfoDetailsSigFault),
SigPoll(SigInfoDetailsSigPoll),
SigSys(SigInfoDetailsSigSys),
}Variants§
Kill(SigInfoDetailsKill)
Timer(SigInfoDetailsTimer)
Rt(SigInfoDetailsRt)
SigChld(SigInfoDetailsSigChld)
SigFault(SigInfoDetailsSigFault)
SigPoll(SigInfoDetailsSigPoll)
SigSys(SigInfoDetailsSigSys)
Auto Trait Implementations§
impl Freeze for SigInfoDetails
impl RefUnwindSafe for SigInfoDetails
impl !Send for SigInfoDetails
impl !Sync for SigInfoDetails
impl Unpin for SigInfoDetails
impl UnsafeUnpin for SigInfoDetails
impl UnwindSafe for SigInfoDetails
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