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