pub struct SignalSet(/* private fields */);
Expand description
A group of multiple different Signal
s
This is a Newtype
for libc::sigset_t
and the related
functions used to manipulate a signal set.
Implementations§
Trait Implementations§
impl Copy for SignalSet
impl Eq for SignalSet
impl StructuralPartialEq for SignalSet
Auto Trait Implementations§
impl Freeze for SignalSet
impl RefUnwindSafe for SignalSet
impl Send for SignalSet
impl Sync for SignalSet
impl Unpin for SignalSet
impl UnwindSafe for SignalSet
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