fn new()

in vsock_sample/rs/src/lib.rs [28:30]


    fn new(socket_fd: RawFd) -> Self {
        VsockSocket { socket_fd }
    }