#[repr(u32)]pub enum SourceMode {
Inactive = 0,
Detached = 1,
RisingEdge = 4,
FallingEdge = 5,
LevelHigh = 6,
LevelLow = 7,
}
Variants§
Auto Trait Implementations§
impl Freeze for SourceMode
impl RefUnwindSafe for SourceMode
impl Send for SourceMode
impl Sync for SourceMode
impl Unpin for SourceMode
impl UnwindSafe for SourceMode
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