#[repr(C)]pub struct AstalAppsScore {
pub name: c_int,
pub entry: c_int,
pub executable: c_int,
pub description: c_int,
pub keywords: c_int,
pub categories: c_int,
}Fields§
§name: c_int§entry: c_int§executable: c_int§description: c_int§keywords: c_int§categories: c_intTrait Implementations§
Source§impl Clone for AstalAppsScore
impl Clone for AstalAppsScore
Source§fn clone(&self) -> AstalAppsScore
fn clone(&self) -> AstalAppsScore
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AstalAppsScore
impl Debug for AstalAppsScore
impl Copy for AstalAppsScore
Auto Trait Implementations§
impl Freeze for AstalAppsScore
impl RefUnwindSafe for AstalAppsScore
impl Send for AstalAppsScore
impl Sync for AstalAppsScore
impl Unpin for AstalAppsScore
impl UnwindSafe for AstalAppsScore
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