Struct compio_driver::op::PathStat
source · pub struct PathStat { /* private fields */ }Expand description
Get metadata from path.
Implementations§
Trait Implementations§
source§impl IntoInner for PathStat
impl IntoInner for PathStat
§type Inner = FileMetadata
type Inner = FileMetadata
The inner type.
source§fn into_inner(self) -> Self::Inner
fn into_inner(self) -> Self::Inner
Get the inner buffer.
source§impl OpCode for PathStat
impl OpCode for PathStat
source§fn is_overlapped(&self) -> bool
fn is_overlapped(&self) -> bool
Determines that the operation is really overlapped defined by Windows
API. If not, the driver will try to operate it in another thread.
Auto Trait Implementations§
impl RefUnwindSafe for PathStat
impl Send for PathStat
impl Sync for PathStat
impl Unpin for PathStat
impl UnwindSafe for PathStat
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