pub enum NamedPipeType {
Byte,
Message,
}Expand description
Message semantics for a named pipe.
Variants§
Trait Implementations§
Source§impl Clone for NamedPipeType
impl Clone for NamedPipeType
Source§fn clone(&self) -> NamedPipeType
fn clone(&self) -> NamedPipeType
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 moreSource§impl Debug for NamedPipeType
impl Debug for NamedPipeType
Source§impl PartialEq for NamedPipeType
impl PartialEq for NamedPipeType
impl Copy for NamedPipeType
impl Eq for NamedPipeType
impl StructuralPartialEq for NamedPipeType
Auto Trait Implementations§
impl Freeze for NamedPipeType
impl RefUnwindSafe for NamedPipeType
impl Send for NamedPipeType
impl Sync for NamedPipeType
impl Unpin for NamedPipeType
impl UnsafeUnpin for NamedPipeType
impl UnwindSafe for NamedPipeType
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