#[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 duplicate 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