pub struct AeronDriverTerminationHookFuncLogger;
Trait Implementations§
Source§impl AeronDriverTerminationHookFuncCallback for AeronDriverTerminationHookFuncLogger
impl AeronDriverTerminationHookFuncCallback for AeronDriverTerminationHookFuncLogger
fn handle_aeron_driver_termination_hook_func(&mut self)
impl Send for AeronDriverTerminationHookFuncLogger
impl Sync for AeronDriverTerminationHookFuncLogger
Auto Trait Implementations§
impl Freeze for AeronDriverTerminationHookFuncLogger
impl RefUnwindSafe for AeronDriverTerminationHookFuncLogger
impl Unpin for AeronDriverTerminationHookFuncLogger
impl UnwindSafe for AeronDriverTerminationHookFuncLogger
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