#[repr(transparent)]pub struct MacLpiTimersControl(pub u32);Expand description
LPI Timers Control
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for MacLpiTimersControl
impl Clone for MacLpiTimersControl
Source§fn clone(&self) -> MacLpiTimersControl
fn clone(&self) -> MacLpiTimersControl
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 MacLpiTimersControl
impl Debug for MacLpiTimersControl
Source§impl Default for MacLpiTimersControl
impl Default for MacLpiTimersControl
Source§fn default() -> MacLpiTimersControl
fn default() -> MacLpiTimersControl
Returns the “default value” for a type. Read more
Source§impl PartialEq for MacLpiTimersControl
impl PartialEq for MacLpiTimersControl
impl Copy for MacLpiTimersControl
impl Eq for MacLpiTimersControl
impl StructuralPartialEq for MacLpiTimersControl
Auto Trait Implementations§
impl Freeze for MacLpiTimersControl
impl RefUnwindSafe for MacLpiTimersControl
impl Send for MacLpiTimersControl
impl Sync for MacLpiTimersControl
impl Unpin for MacLpiTimersControl
impl UnwindSafe for MacLpiTimersControl
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