pub struct WindowsPathExt { /* private fields */ }Expand description
Windows platform path extension
Implementations§
Trait Implementations§
Source§impl PathExt for WindowsPathExt
impl PathExt for WindowsPathExt
Source§fn get_attributes(&self) -> Option<FileAttributes>
fn get_attributes(&self) -> Option<FileAttributes>
Get file attributes (platform-specific)
Source§fn is_accessible(&self) -> bool
fn is_accessible(&self) -> bool
Check if path exists and is accessible
Source§fn get_disk_info(&self) -> Option<DiskInfo>
fn get_disk_info(&self) -> Option<DiskInfo>
Get disk information for path
Source§impl PlatformPath for WindowsPathExt
impl PlatformPath for WindowsPathExt
Auto Trait Implementations§
impl Freeze for WindowsPathExt
impl RefUnwindSafe for WindowsPathExt
impl Send for WindowsPathExt
impl Sync for WindowsPathExt
impl Unpin for WindowsPathExt
impl UnwindSafe for WindowsPathExt
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