#[repr(C)]pub struct DzlPreferencesEntry {
pub parent_instance: DzlPreferencesBin,
}Fields§
§parent_instance: DzlPreferencesBinTrait Implementations§
Source§impl Clone for DzlPreferencesEntry
impl Clone for DzlPreferencesEntry
Source§fn clone(&self) -> DzlPreferencesEntry
fn clone(&self) -> DzlPreferencesEntry
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 DzlPreferencesEntry
impl Debug for DzlPreferencesEntry
impl Copy for DzlPreferencesEntry
Auto Trait Implementations§
impl Freeze for DzlPreferencesEntry
impl RefUnwindSafe for DzlPreferencesEntry
impl !Send for DzlPreferencesEntry
impl !Sync for DzlPreferencesEntry
impl Unpin for DzlPreferencesEntry
impl UnwindSafe for DzlPreferencesEntry
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