pub struct SettingClock {
pub freq: f32,
pub period: f32,
}
Fields§
§freq: f32
§period: f32
Implementations§
Source§impl SettingClock
impl SettingClock
Trait Implementations§
Source§impl Clone for SettingClock
impl Clone for SettingClock
Source§fn clone(&self) -> SettingClock
fn clone(&self) -> SettingClock
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 moreimpl Copy for SettingClock
Auto Trait Implementations§
impl Freeze for SettingClock
impl RefUnwindSafe for SettingClock
impl Send for SettingClock
impl Sync for SettingClock
impl Unpin for SettingClock
impl UnwindSafe for SettingClock
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