pub struct AeronPortManagerFreeManagedPortFuncLogger;Trait Implementations§
Source§impl AeronPortManagerFreeManagedPortFuncCallback for AeronPortManagerFreeManagedPortFuncLogger
impl AeronPortManagerFreeManagedPortFuncCallback for AeronPortManagerFreeManagedPortFuncLogger
fn handle_aeron_port_manager_free_managed_port_func( &mut self, bind_addr: SockaddrStorage, )
impl Send for AeronPortManagerFreeManagedPortFuncLogger
impl Sync for AeronPortManagerFreeManagedPortFuncLogger
Auto Trait Implementations§
impl Freeze for AeronPortManagerFreeManagedPortFuncLogger
impl RefUnwindSafe for AeronPortManagerFreeManagedPortFuncLogger
impl Unpin for AeronPortManagerFreeManagedPortFuncLogger
impl UnsafeUnpin for AeronPortManagerFreeManagedPortFuncLogger
impl UnwindSafe for AeronPortManagerFreeManagedPortFuncLogger
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