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