#[repr(transparent)]pub struct Trigien(pub u32);Expand description
External Trigger Interrupt Enable
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Trigien
impl Eq for Trigien
impl StructuralPartialEq for Trigien
Auto Trait Implementations§
impl Freeze for Trigien
impl RefUnwindSafe for Trigien
impl Send for Trigien
impl Sync for Trigien
impl Unpin for Trigien
impl UnwindSafe for Trigien
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