Enum windows_native::ntrtl::RTL_PATH_TYPE
source · #[repr(i32)]pub enum RTL_PATH_TYPE {
RtlPathTypeUnknown,
RtlPathTypeUncAbsolute,
RtlPathTypeDriveAbsolute,
RtlPathTypeDriveRelative,
RtlPathTypeRooted,
RtlPathTypeRelative,
RtlPathTypeLocalDevice,
RtlPathTypeRootLocalDevice,
}Variants§
RtlPathTypeUnknown
RtlPathTypeUncAbsolute
RtlPathTypeDriveAbsolute
RtlPathTypeDriveRelative
RtlPathTypeRooted
RtlPathTypeRelative
RtlPathTypeLocalDevice
RtlPathTypeRootLocalDevice
Trait Implementations§
source§impl Clone for RTL_PATH_TYPE
impl Clone for RTL_PATH_TYPE
source§fn clone(&self) -> RTL_PATH_TYPE
fn clone(&self) -> RTL_PATH_TYPE
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 RTL_PATH_TYPE
impl Debug for RTL_PATH_TYPE
source§impl Hash for RTL_PATH_TYPE
impl Hash for RTL_PATH_TYPE
source§impl PartialEq<RTL_PATH_TYPE> for RTL_PATH_TYPE
impl PartialEq<RTL_PATH_TYPE> for RTL_PATH_TYPE
source§fn eq(&self, other: &RTL_PATH_TYPE) -> bool
fn eq(&self, other: &RTL_PATH_TYPE) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for RTL_PATH_TYPE
impl Eq for RTL_PATH_TYPE
impl StructuralEq for RTL_PATH_TYPE
impl StructuralPartialEq for RTL_PATH_TYPE
Auto Trait Implementations§
impl RefUnwindSafe for RTL_PATH_TYPE
impl Send for RTL_PATH_TYPE
impl Sync for RTL_PATH_TYPE
impl Unpin for RTL_PATH_TYPE
impl UnwindSafe for RTL_PATH_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