Enum axfs::api::port::FileIOType
source · pub enum FileIOType {
FileDesc,
DirDesc,
Stdin,
Stdout,
Stderr,
Pipe,
Link,
Socket,
Other,
}
Expand description
文件类型
Variants§
Trait Implementations§
source§impl Clone for FileIOType
impl Clone for FileIOType
source§fn clone(&self) -> FileIOType
fn clone(&self) -> FileIOType
Returns a copy 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 FileIOType
impl Debug for FileIOType
source§impl PartialEq for FileIOType
impl PartialEq for FileIOType
source§fn eq(&self, other: &FileIOType) -> bool
fn eq(&self, other: &FileIOType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FileIOType
impl StructuralPartialEq for FileIOType
Auto Trait Implementations§
impl RefUnwindSafe for FileIOType
impl Send for FileIOType
impl Sync for FileIOType
impl Unpin for FileIOType
impl UnwindSafe for FileIOType
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