#[repr(C)]pub struct ove_pm_wake_src__rtc {
pub alarm_ms: u32,
}Fields§
§alarm_ms: u32Trait Implementations§
Source§impl Clone for ove_pm_wake_src__rtc
impl Clone for ove_pm_wake_src__rtc
Source§fn clone(&self) -> ove_pm_wake_src__rtc
fn clone(&self) -> ove_pm_wake_src__rtc
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 ove_pm_wake_src__rtc
Auto Trait Implementations§
impl Freeze for ove_pm_wake_src__rtc
impl RefUnwindSafe for ove_pm_wake_src__rtc
impl Send for ove_pm_wake_src__rtc
impl Sync for ove_pm_wake_src__rtc
impl Unpin for ove_pm_wake_src__rtc
impl UnwindSafe for ove_pm_wake_src__rtc
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