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