#[repr(C)]pub struct btck_ValidationInterfaceCallbacks {
pub user_data: *mut c_void,
pub user_data_destroy: btck_DestroyCallback,
pub block_checked: btck_ValidationInterfaceBlockChecked,
pub pow_valid_block: btck_ValidationInterfacePoWValidBlock,
pub block_connected: btck_ValidationInterfaceBlockConnected,
pub block_disconnected: btck_ValidationInterfaceBlockDisconnected,
}Fields§
§user_data: *mut c_void§user_data_destroy: btck_DestroyCallback§block_checked: btck_ValidationInterfaceBlockChecked§pow_valid_block: btck_ValidationInterfacePoWValidBlock§block_connected: btck_ValidationInterfaceBlockConnected§block_disconnected: btck_ValidationInterfaceBlockDisconnectedAuto Trait Implementations§
impl Freeze for btck_ValidationInterfaceCallbacks
impl RefUnwindSafe for btck_ValidationInterfaceCallbacks
impl !Send for btck_ValidationInterfaceCallbacks
impl !Sync for btck_ValidationInterfaceCallbacks
impl Unpin for btck_ValidationInterfaceCallbacks
impl UnsafeUnpin for btck_ValidationInterfaceCallbacks
impl UnwindSafe for btck_ValidationInterfaceCallbacks
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