#[repr(u8)]pub enum Psync {
USED = 0,
BYPASS = 1,
}Variants§
USED = 0
use the first stage of synchonization inside GPIO_INT module.
BYPASS = 1
bypass of the first stage of synchonization inside GPIO_INT module.
Implementations§
Trait Implementations§
Source§impl Ord for Psync
impl Ord for Psync
Source§impl PartialOrd for Psync
impl PartialOrd for Psync
impl Copy for Psync
impl Eq for Psync
impl StructuralPartialEq for Psync
Auto Trait Implementations§
impl Freeze for Psync
impl RefUnwindSafe for Psync
impl Send for Psync
impl Sync for Psync
impl Unpin for Psync
impl UnwindSafe for Psync
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