#[repr(transparent)]pub struct AVIODirEntryType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl AVIODirEntryType
impl AVIODirEntryType
pub const UNKNOWN: AVIODirEntryType
pub const BLOCK_DEVICE: AVIODirEntryType
pub const CHARACTER_DEVICE: AVIODirEntryType
pub const DIRECTORY: AVIODirEntryType
pub const NAMED_PIPE: AVIODirEntryType
pub const SYMBOLIC_LINK: AVIODirEntryType
pub const SOCKET: AVIODirEntryType
pub const FILE: AVIODirEntryType
pub const SERVER: AVIODirEntryType
pub const SHARE: AVIODirEntryType
pub const WORKGROUP: AVIODirEntryType
Trait Implementations§
Source§impl Clone for AVIODirEntryType
impl Clone for AVIODirEntryType
Source§fn clone(&self) -> AVIODirEntryType
fn clone(&self) -> AVIODirEntryType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AVIODirEntryType
Source§impl Debug for AVIODirEntryType
impl Debug for AVIODirEntryType
impl Eq for AVIODirEntryType
Source§impl Hash for AVIODirEntryType
impl Hash for AVIODirEntryType
Source§impl PartialEq for AVIODirEntryType
impl PartialEq for AVIODirEntryType
impl StructuralPartialEq for AVIODirEntryType
Auto Trait Implementations§
impl Freeze for AVIODirEntryType
impl RefUnwindSafe for AVIODirEntryType
impl Send for AVIODirEntryType
impl Sync for AVIODirEntryType
impl Unpin for AVIODirEntryType
impl UnsafeUnpin for AVIODirEntryType
impl UnwindSafe for AVIODirEntryType
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