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