pub struct vtkServerSocket(/* private fields */);Expand description
Encapsulate a socket that accepts connections.
Implementations§
Source§impl vtkServerSocket
impl vtkServerSocket
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkServerSocket wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkServerSocket
impl Default for vtkServerSocket
Auto Trait Implementations§
impl Freeze for vtkServerSocket
impl RefUnwindSafe for vtkServerSocket
impl !Send for vtkServerSocket
impl !Sync for vtkServerSocket
impl Unpin for vtkServerSocket
impl UnwindSafe for vtkServerSocket
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