#[repr(C)]pub struct lookup {
pub fd: fd,
pub flags: lookupflags,
}Expand description
Path lookup properties.
Fields§
§fd: fdThe working directory at which the resolution of the path starts.
flags: lookupflagsFlags determining the method of how the path is resolved.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for lookup
impl RefUnwindSafe for lookup
impl Send for lookup
impl Sync for lookup
impl Unpin for lookup
impl UnwindSafe for lookup
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