pub struct TimeConfig;Expand description
That this board keeps a wall clock (CAP_TIME).
A marker: the capability’s whole statement is that PROP_TIME and
PROP_TZ_OFFSET exist, and it says nothing about where the time comes
from or how much of a power cycle it survives. Both of those are
platform business, and neither is anything the session could answer.
Trait Implementations§
Source§impl Clone for TimeConfig
impl Clone for TimeConfig
Source§fn clone(&self) -> TimeConfig
fn clone(&self) -> TimeConfig
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TimeConfig
impl Debug for TimeConfig
Source§impl PartialEq for TimeConfig
impl PartialEq for TimeConfig
impl Copy for TimeConfig
impl Eq for TimeConfig
impl StructuralPartialEq for TimeConfig
Auto Trait Implementations§
impl Freeze for TimeConfig
impl RefUnwindSafe for TimeConfig
impl Send for TimeConfig
impl Sync for TimeConfig
impl Unpin for TimeConfig
impl UnwindSafe for TimeConfig
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)