#[repr(transparent)]pub struct uv_fs_type(pub c_int);
Tuple Fields§
§0: c_int
Implementations§
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_UNKNOWN: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_CUSTOM: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_OPEN: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_CLOSE: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_READ: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_WRITE: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_SENDFILE: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_STAT: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_LSTAT: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_FSTAT: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_FTRUNCATE: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_UTIME: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_FUTIME: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_ACCESS: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_CHMOD: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_FCHMOD: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_FSYNC: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_FDATASYNC: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_UNLINK: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_RMDIR: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_MKDIR: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_MKDTEMP: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_RENAME: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_SCANDIR: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_LINK: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_SYMLINK: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_READLINK: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_CHOWN: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_FCHOWN: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_REALPATH: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_COPYFILE: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_LCHOWN: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_OPENDIR: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_READDIR: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_CLOSEDIR: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_STATFS: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_MKSTEMP: uv_fs_type = _
source§impl uv_fs_type
impl uv_fs_type
pub const UV_FS_LUTIME: uv_fs_type = _
Trait Implementations§
source§impl Clone for uv_fs_type
impl Clone for uv_fs_type
source§fn clone(&self) -> uv_fs_type
fn clone(&self) -> uv_fs_type
Returns a copy of the value. Read more
1.6.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 uv_fs_type
impl Debug for uv_fs_type
source§impl Hash for uv_fs_type
impl Hash for uv_fs_type
source§impl PartialEq for uv_fs_type
impl PartialEq for uv_fs_type
impl Copy for uv_fs_type
impl Eq for uv_fs_type
impl StructuralPartialEq for uv_fs_type
Auto Trait Implementations§
impl Freeze for uv_fs_type
impl RefUnwindSafe for uv_fs_type
impl Send for uv_fs_type
impl Sync for uv_fs_type
impl Unpin for uv_fs_type
impl UnwindSafe for uv_fs_type
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)