pub struct TcompIe(/* private fields */);Implementations§
Source§impl TcompIe
impl TcompIe
Sourcepub const TcompIe65535: Self
pub const TcompIe65535: Self
Trigger completion interrupts are enabled for every trigger source.
Trait Implementations§
Source§impl Ord for TcompIe
impl Ord for TcompIe
Source§impl PartialOrd for TcompIe
impl PartialOrd for TcompIe
impl Copy for TcompIe
impl Eq for TcompIe
impl StructuralPartialEq for TcompIe
Auto Trait Implementations§
impl Freeze for TcompIe
impl RefUnwindSafe for TcompIe
impl Send for TcompIe
impl Sync for TcompIe
impl Unpin for TcompIe
impl UnwindSafe for TcompIe
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