pub struct ListenFd {
pub fd_base: c_int,
pub fd_len: c_int,
pub names: Vec<String>,
}Fields§
§fd_base: c_int§fd_len: c_int§names: Vec<String>Auto Trait Implementations§
impl RefUnwindSafe for ListenFd
impl Send for ListenFd
impl Sync for ListenFd
impl Unpin for ListenFd
impl UnwindSafe for ListenFd
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