pub struct DiscoveredPipe {
pub pipe_number: u8,
pub path: String,
}Expand description
Information about a discovered Discord IPC pipe
Fields§
§pipe_number: u8The pipe number (0-9)
path: StringThe full path to the pipe
Trait Implementations§
Source§impl Clone for DiscoveredPipe
impl Clone for DiscoveredPipe
Source§fn clone(&self) -> DiscoveredPipe
fn clone(&self) -> DiscoveredPipe
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DiscoveredPipe
impl RefUnwindSafe for DiscoveredPipe
impl Send for DiscoveredPipe
impl Sync for DiscoveredPipe
impl Unpin for DiscoveredPipe
impl UnwindSafe for DiscoveredPipe
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