pub struct SECPINT { /* private fields */ }Expand description
Pin interrupt and pattern match (PINT)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SECPINT
impl RefUnwindSafe for SECPINT
impl !Sync for SECPINT
impl Unpin for SECPINT
impl UnwindSafe for SECPINT
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