Struct sixtyfps::StandardListViewItem [−]
#[repr(C)]pub struct StandardListViewItem { pub text: SharedString, }
Expand description
Represend an item in a StandardListView
Fields
text: SharedString
The text content of the item
Trait Implementations
impl Clone for StandardListViewItem
impl Clone for StandardListViewItem
pub fn clone(&self) -> StandardListViewItem
pub fn clone(&self) -> StandardListViewItem
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for StandardListViewItem
impl Debug for StandardListViewItem
impl Default for StandardListViewItem
impl Default for StandardListViewItem
pub fn default() -> StandardListViewItem
pub fn default() -> StandardListViewItem
Returns the “default value” for a type. Read more
pub fn eq(&self, other: &StandardListViewItem) -> bool
pub fn eq(&self, other: &StandardListViewItem) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
pub fn ne(&self, other: &StandardListViewItem) -> bool
pub fn ne(&self, other: &StandardListViewItem) -> bool
This method tests for !=
.
impl StructuralPartialEq for StandardListViewItem
Auto Trait Implementations
impl RefUnwindSafe for StandardListViewItem
impl Send for StandardListViewItem
impl Sync for StandardListViewItem
impl Unpin for StandardListViewItem
impl UnwindSafe for StandardListViewItem
Blanket Implementations
Mutably borrows from an owned value. Read more