#[repr(C)]pub enum PRFileType {
PR_FILE_FILE = 1,
PR_FILE_DIRECTORY = 2,
PR_FILE_OTHER = 3,
}Variants§
Trait Implementations§
Source§impl Clone for PRFileType
impl Clone for PRFileType
Source§fn clone(&self) -> PRFileType
fn clone(&self) -> PRFileType
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 PRFileType
impl Debug for PRFileType
Source§impl PartialEq for PRFileType
impl PartialEq for PRFileType
impl Copy for PRFileType
impl Eq for PRFileType
impl StructuralPartialEq for PRFileType
Auto Trait Implementations§
impl Freeze for PRFileType
impl RefUnwindSafe for PRFileType
impl Send for PRFileType
impl Sync for PRFileType
impl Unpin for PRFileType
impl UnwindSafe for PRFileType
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