#[repr(C)]pub struct btck_NotificationInterfaceCallbacks {
pub user_data: *mut c_void,
pub user_data_destroy: btck_DestroyCallback,
pub block_tip: btck_NotifyBlockTip,
pub header_tip: btck_NotifyHeaderTip,
pub progress: btck_NotifyProgress,
pub warning_set: btck_NotifyWarningSet,
pub warning_unset: btck_NotifyWarningUnset,
pub flush_error: btck_NotifyFlushError,
pub fatal_error: btck_NotifyFatalError,
}Fields§
§user_data: *mut c_void§user_data_destroy: btck_DestroyCallback§block_tip: btck_NotifyBlockTip§header_tip: btck_NotifyHeaderTip§progress: btck_NotifyProgress§warning_set: btck_NotifyWarningSet§warning_unset: btck_NotifyWarningUnset§flush_error: btck_NotifyFlushError§fatal_error: btck_NotifyFatalErrorAuto Trait Implementations§
impl Freeze for btck_NotificationInterfaceCallbacks
impl RefUnwindSafe for btck_NotificationInterfaceCallbacks
impl !Send for btck_NotificationInterfaceCallbacks
impl !Sync for btck_NotificationInterfaceCallbacks
impl Unpin for btck_NotificationInterfaceCallbacks
impl UnsafeUnpin for btck_NotificationInterfaceCallbacks
impl UnwindSafe for btck_NotificationInterfaceCallbacks
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