#[repr(u32)]pub enum NfsFtype {
Regular = 1,
Directory = 2,
BlockDevice = 3,
CharDevice = 4,
Symlink = 5,
Socket = 6,
Fifo = 7,
}Expand description
NFS file type (nfs_ftype4 per RFC 7530 Section 5.8.1.2).
Variants§
Implementations§
Trait Implementations§
impl Copy for NfsFtype
impl Eq for NfsFtype
impl StructuralPartialEq for NfsFtype
Auto Trait Implementations§
impl Freeze for NfsFtype
impl RefUnwindSafe for NfsFtype
impl Send for NfsFtype
impl Sync for NfsFtype
impl Unpin for NfsFtype
impl UnwindSafe for NfsFtype
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)