Enum hexchat_api::FD
source · pub enum FD {
Read = 1,
Write = 2,
Exception = 4,
NotSocket = 8,
}
Expand description
File descriptor types.
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for FD
impl Send for FD
impl Sync for FD
impl Unpin for FD
impl UnwindSafe for FD
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