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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NamedPipeType
Source§impl Debug for NamedPipeType
impl Debug for NamedPipeType
impl Eq for NamedPipeType
Source§impl PartialEq for NamedPipeType
impl PartialEq for NamedPipeType
Source§fn eq(&self, other: &NamedPipeType) -> bool
fn eq(&self, other: &NamedPipeType) -> bool
Tests for
self and other values to be equal, and is used by ==.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