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