pub struct AeronPortManagerGetManagedPortFuncLogger;
Trait Implementations§
source§impl AeronPortManagerGetManagedPortFuncCallback for AeronPortManagerGetManagedPortFuncLogger
impl AeronPortManagerGetManagedPortFuncCallback for AeronPortManagerGetManagedPortFuncLogger
fn handle_aeron_port_manager_get_managed_port_func( &mut self, _bind_addr_out: SockaddrStorage, _udp_channel: AeronUdpChannel, _bind_addr: SockaddrStorage, ) -> c_int
Auto Trait Implementations§
impl Freeze for AeronPortManagerGetManagedPortFuncLogger
impl RefUnwindSafe for AeronPortManagerGetManagedPortFuncLogger
impl Send for AeronPortManagerGetManagedPortFuncLogger
impl Sync for AeronPortManagerGetManagedPortFuncLogger
impl Unpin for AeronPortManagerGetManagedPortFuncLogger
impl UnwindSafe for AeronPortManagerGetManagedPortFuncLogger
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