#[repr(transparent)]pub struct Even(pub u32);Expand description
SCT event interrupt enable register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Even
impl Eq for Even
impl StructuralPartialEq for Even
Auto Trait Implementations§
impl Freeze for Even
impl RefUnwindSafe for Even
impl Send for Even
impl Sync for Even
impl Unpin for Even
impl UnwindSafe for Even
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