Struct SigSetIter

struct SigSetIter<'a> { ... }

Iterator for a SigSet.

Call SigSet::iter to create an iterator.

Implementations

impl Iterator for SigSetIter<'_>

fn next(self: &mut Self) -> Option<Signal>

impl<'a> Clone for SigSetIter<'a>

fn clone(self: &Self) -> SigSetIter<'a>

impl<'a> Debug for SigSetIter<'a>

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl<'a> Freeze for SigSetIter<'a>

impl<'a> RefUnwindSafe for SigSetIter<'a>

impl<'a> Send for SigSetIter<'a>

impl<'a> Sync for SigSetIter<'a>

impl<'a> Unpin for SigSetIter<'a>

impl<'a> UnsafeUnpin for SigSetIter<'a>

impl<'a> UnwindSafe for SigSetIter<'a>

impl<I> IntoIterator for SigSetIter<'a>

fn into_iter(self: Self) -> I

impl<T> Any for SigSetIter<'a>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for SigSetIter<'a>

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for SigSetIter<'a>

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for SigSetIter<'a>

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for SigSetIter<'a>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for SigSetIter<'a>

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, U> Into for SigSetIter<'a>

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for SigSetIter<'a>

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for SigSetIter<'a>

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>