#[repr(C)]pub struct hvm_hw_pmtimer {
pub tmr_val: u32,
pub pm1a_sts: u16,
pub pm1a_en: u16,
}Fields§
§tmr_val: u32§pm1a_sts: u16§pm1a_en: u16Trait Implementations§
Source§impl Clone for hvm_hw_pmtimer
impl Clone for hvm_hw_pmtimer
Source§fn clone(&self) -> hvm_hw_pmtimer
fn clone(&self) -> hvm_hw_pmtimer
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 moreSource§impl Debug for hvm_hw_pmtimer
impl Debug for hvm_hw_pmtimer
Source§impl Default for hvm_hw_pmtimer
impl Default for hvm_hw_pmtimer
Source§fn default() -> hvm_hw_pmtimer
fn default() -> hvm_hw_pmtimer
Returns the “default value” for a type. Read more
impl Copy for hvm_hw_pmtimer
Auto Trait Implementations§
impl Freeze for hvm_hw_pmtimer
impl RefUnwindSafe for hvm_hw_pmtimer
impl Send for hvm_hw_pmtimer
impl Sync for hvm_hw_pmtimer
impl Unpin for hvm_hw_pmtimer
impl UnwindSafe for hvm_hw_pmtimer
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