Struct sqsh_sys::SqshFileType
source · #[repr(transparent)]pub struct SqshFileType(pub c_int);Expand description
enum that represents the file type.
Tuple Fields§
§0: c_intImplementations§
source§impl SqshFileType
impl SqshFileType
pub const SQSH_FILE_TYPE_UNKNOWN: SqshFileType = _
source§impl SqshFileType
impl SqshFileType
pub const SQSH_FILE_TYPE_DIRECTORY: SqshFileType = _
source§impl SqshFileType
impl SqshFileType
pub const SQSH_FILE_TYPE_FILE: SqshFileType = _
source§impl SqshFileType
impl SqshFileType
pub const SQSH_FILE_TYPE_SYMLINK: SqshFileType = _
source§impl SqshFileType
impl SqshFileType
pub const SQSH_FILE_TYPE_BLOCK: SqshFileType = _
source§impl SqshFileType
impl SqshFileType
pub const SQSH_FILE_TYPE_CHAR: SqshFileType = _
source§impl SqshFileType
impl SqshFileType
pub const SQSH_FILE_TYPE_FIFO: SqshFileType = _
source§impl SqshFileType
impl SqshFileType
pub const SQSH_FILE_TYPE_SOCKET: SqshFileType = _
Trait Implementations§
source§impl Clone for SqshFileType
impl Clone for SqshFileType
source§fn clone(&self) -> SqshFileType
fn clone(&self) -> SqshFileType
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 SqshFileType
impl Debug for SqshFileType
source§impl Hash for SqshFileType
impl Hash for SqshFileType
source§impl PartialEq for SqshFileType
impl PartialEq for SqshFileType
impl Copy for SqshFileType
impl Eq for SqshFileType
impl StructuralPartialEq for SqshFileType
Auto Trait Implementations§
impl Freeze for SqshFileType
impl RefUnwindSafe for SqshFileType
impl Send for SqshFileType
impl Sync for SqshFileType
impl Unpin for SqshFileType
impl UnwindSafe for SqshFileType
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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)