Struct os_str_generic::OsStrElement [] [src]

pub struct OsStrElement { /* fields omitted */ }

A single "element" of an OsStr. On windows, this corresponds to a u16. On unix-like systems, it corresponds to a u8

Can be compared to another OsStrElement or a &OsStr.

Methods

impl OsStrElement
[src]

Trait Implementations

impl Debug for OsStrElement
[src]

Formats the value using the given formatter.

impl Clone for OsStrElement
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for OsStrElement
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for OsStrElement
[src]

impl Copy for OsStrElement
[src]

impl<'a> PartialEq<&'a OsStr> for OsStrElement
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialEq<char> for OsStrElement
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialEq<u8> for OsStrElement
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.