Struct EncodeWide

struct EncodeWide<'a> { ... }

Iterator returned by OsStrExt::encode_wide.

Implementations

impl Debug for EncodeWide<'_>

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

impl FusedIterator for EncodeWide<'_>

impl Iterator for EncodeWide<'_>

fn next(self: &mut Self) -> Option<u16>
fn size_hint(self: &Self) -> (usize, Option<usize>)

impl<'a> Clone for EncodeWide<'a>

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

impl<'a> Freeze for EncodeWide<'a>

impl<'a> RefUnwindSafe for EncodeWide<'a>

impl<'a> Send for EncodeWide<'a>

impl<'a> Sync for EncodeWide<'a>

impl<'a> Unpin for EncodeWide<'a>

impl<'a> UnwindSafe for EncodeWide<'a>

impl<I> IntoIterator for EncodeWide<'a>

fn into_iter(self: Self) -> I

impl<T> Any for EncodeWide<'a>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for EncodeWide<'a>

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

impl<T> BorrowMut for EncodeWide<'a>

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

impl<T> CloneToUninit for EncodeWide<'a>

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

impl<T> From for EncodeWide<'a>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for EncodeWide<'a>

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

impl<T, U> Into for EncodeWide<'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 EncodeWide<'a>

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

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

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