Struct nannou::ui::widget::file_navigator::directory_view::Entry[][src]

pub struct Entry { /* fields omitted */ }

Data stored for each File in the State.

Trait Implementations

impl Clone for Entry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Entry
[src]

Formats the value using the given formatter. Read more

impl PartialEq<Entry> for Entry
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Entry

impl Sync for Entry