pub(super) struct CleanupPathInfo {
pub(super) is_directory: bool,
pub(super) is_reparse_point: bool,
}Fields§
§is_directory: bool§is_reparse_point: boolTrait Implementations§
Source§impl Clone for CleanupPathInfo
impl Clone for CleanupPathInfo
Source§fn clone(&self) -> CleanupPathInfo
fn clone(&self) -> CleanupPathInfo
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 CleanupPathInfo
impl Debug for CleanupPathInfo
impl Copy for CleanupPathInfo
Auto Trait Implementations§
impl Freeze for CleanupPathInfo
impl RefUnwindSafe for CleanupPathInfo
impl Send for CleanupPathInfo
impl Sync for CleanupPathInfo
impl Unpin for CleanupPathInfo
impl UnwindSafe for CleanupPathInfo
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