pub struct HwClockFileConfig {
pub file: String,
}Fields§
§file: StringTrait Implementations§
Source§impl Clone for HwClockFileConfig
impl Clone for HwClockFileConfig
Source§fn clone(&self) -> HwClockFileConfig
fn clone(&self) -> HwClockFileConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HwClockFileConfig
impl Debug for HwClockFileConfig
Source§impl PartialEq for HwClockFileConfig
impl PartialEq for HwClockFileConfig
Source§fn eq(&self, other: &HwClockFileConfig) -> bool
fn eq(&self, other: &HwClockFileConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HwClockFileConfig
Auto Trait Implementations§
impl Freeze for HwClockFileConfig
impl RefUnwindSafe for HwClockFileConfig
impl Send for HwClockFileConfig
impl Sync for HwClockFileConfig
impl Unpin for HwClockFileConfig
impl UnsafeUnpin for HwClockFileConfig
impl UnwindSafe for HwClockFileConfig
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