#[repr(transparent)]pub struct MatchL(pub u32);Expand description
Local Match Low for CPU
Tuple Fields§
§0: u32Implementations§
Source§impl MatchL
impl MatchL
Sourcepub const fn match_value(&self) -> u32
pub const fn match_value(&self) -> u32
EVTimer Match Value
Sourcepub const fn set_match_value(&mut self, val: u32)
pub const fn set_match_value(&mut self, val: u32)
EVTimer Match Value
Trait Implementations§
impl Copy for MatchL
impl Eq for MatchL
impl StructuralPartialEq for MatchL
Auto Trait Implementations§
impl Freeze for MatchL
impl RefUnwindSafe for MatchL
impl Send for MatchL
impl Sync for MatchL
impl Unpin for MatchL
impl UnwindSafe for MatchL
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