#[repr(transparent)]pub struct Gpiopsync(pub u32);Expand description
Enable bypass of the first stage of synchonization inside GPIO_INT module
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Gpiopsync
impl Eq for Gpiopsync
impl StructuralPartialEq for Gpiopsync
Auto Trait Implementations§
impl Freeze for Gpiopsync
impl RefUnwindSafe for Gpiopsync
impl Send for Gpiopsync
impl Sync for Gpiopsync
impl Unpin for Gpiopsync
impl UnwindSafe for Gpiopsync
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