pub struct HasComponents {
pub rm_skin_ini: bool,
pub skins: i32,
pub layouts: i32,
pub plugins: bool,
pub vault: i32,
pub rm_skin_bmp: bool,
}Expand description
A data structure to represent the presence of a Rainmeter project’s distributable components.
Fields§
§rm_skin_ini: bool§skins: i32§layouts: i32§plugins: bool§vault: i32§rm_skin_bmp: boolImplementations§
Trait Implementations§
Source§impl Clone for HasComponents
impl Clone for HasComponents
Source§fn clone(&self) -> HasComponents
fn clone(&self) -> HasComponents
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 HasComponents
impl Debug for HasComponents
Source§impl Default for HasComponents
impl Default for HasComponents
Source§fn default() -> HasComponents
fn default() -> HasComponents
Returns the “default value” for a type. Read more
Source§impl PartialEq for HasComponents
impl PartialEq for HasComponents
impl Copy for HasComponents
impl Eq for HasComponents
impl StructuralPartialEq for HasComponents
Auto Trait Implementations§
impl Freeze for HasComponents
impl RefUnwindSafe for HasComponents
impl Send for HasComponents
impl Sync for HasComponents
impl Unpin for HasComponents
impl UnsafeUnpin for HasComponents
impl UnwindSafe for HasComponents
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.