#[repr(C)]pub struct ncmselector_item {
pub option: *const c_char,
pub desc: *const c_char,
pub selected: bool,
}Fields§
§option: *const c_char§desc: *const c_char§selected: boolTrait Implementations§
Source§impl Debug for ncmselector_item
impl Debug for ncmselector_item
Source§impl Default for ncmselector_item
impl Default for ncmselector_item
Source§impl Hash for ncmselector_item
impl Hash for ncmselector_item
Source§impl Ord for ncmselector_item
impl Ord for ncmselector_item
Source§fn cmp(&self, other: &ncmselector_item) -> Ordering
fn cmp(&self, other: &ncmselector_item) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ncmselector_item
impl PartialEq for ncmselector_item
Source§impl PartialOrd for ncmselector_item
impl PartialOrd for ncmselector_item
impl Eq for ncmselector_item
impl StructuralPartialEq for ncmselector_item
Auto Trait Implementations§
impl Freeze for ncmselector_item
impl RefUnwindSafe for ncmselector_item
impl !Send for ncmselector_item
impl !Sync for ncmselector_item
impl Unpin for ncmselector_item
impl UnwindSafe for ncmselector_item
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more