pub struct NamedPipeInfo {
pub name: String,
}
Expand description
Information about the named pipe endpoint
Fields§
§name: String
A text string that represents the pipe name.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NamedPipeInfo
impl RefUnwindSafe for NamedPipeInfo
impl Send for NamedPipeInfo
impl Sync for NamedPipeInfo
impl Unpin for NamedPipeInfo
impl UnwindSafe for NamedPipeInfo
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