#[repr(C)]pub enum PRDescType {
PR_DESC_FILE = 1,
PR_DESC_SOCKET_TCP = 2,
PR_DESC_SOCKET_UDP = 3,
PR_DESC_LAYERED = 4,
PR_DESC_PIPE = 5,
}Variants§
PR_DESC_FILE = 1
PR_DESC_SOCKET_TCP = 2
PR_DESC_SOCKET_UDP = 3
PR_DESC_LAYERED = 4
PR_DESC_PIPE = 5
Trait Implementations§
Source§impl Clone for PRDescType
impl Clone for PRDescType
Source§fn clone(&self) -> PRDescType
fn clone(&self) -> PRDescType
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 PRDescType
impl Debug for PRDescType
Source§impl PartialEq for PRDescType
impl PartialEq for PRDescType
impl Copy for PRDescType
impl Eq for PRDescType
impl StructuralPartialEq for PRDescType
Auto Trait Implementations§
impl Freeze for PRDescType
impl RefUnwindSafe for PRDescType
impl Send for PRDescType
impl Sync for PRDescType
impl Unpin for PRDescType
impl UnwindSafe for PRDescType
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