pub struct vtkSocketCollection(/* private fields */);Expand description
a collection for sockets.
Apart from being vtkCollection subclass for sockets, this class provides means to wait for activity on all the sockets in the collection simultaneously.
Implementations§
Source§impl vtkSocketCollection
impl vtkSocketCollection
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkSocketCollection wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkSocketCollection
impl Default for vtkSocketCollection
Auto Trait Implementations§
impl Freeze for vtkSocketCollection
impl RefUnwindSafe for vtkSocketCollection
impl !Send for vtkSocketCollection
impl !Sync for vtkSocketCollection
impl Unpin for vtkSocketCollection
impl UnwindSafe for vtkSocketCollection
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