Struct Wrfbusyp
#[repr(transparent)]pub struct Wrfbusyp(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Wrfbusyp
impl Wrfbusyp
pub const RISINGEDGE: Self
pub const RISINGEDGE: Self
Detection on high level (rising edge)
pub const FALLINGEDGE: Self
pub const FALLINGEDGE: Self
Detection on low level (falling edge)
Trait Implementations§
§impl Ord for Wrfbusyp
impl Ord for Wrfbusyp
§impl PartialOrd for Wrfbusyp
impl PartialOrd for Wrfbusyp
impl Copy for Wrfbusyp
impl Eq for Wrfbusyp
impl StructuralPartialEq for Wrfbusyp
Auto Trait Implementations§
impl Freeze for Wrfbusyp
impl RefUnwindSafe for Wrfbusyp
impl Send for Wrfbusyp
impl Sync for Wrfbusyp
impl Unpin for Wrfbusyp
impl UnwindSafe for Wrfbusyp
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