pub struct LocateDataFile(pub String);Expand description
Ask the host to search for a file in its search paths.
Value should hold the simple filename.
The full path is returned as result of the function (String).
Tuple Fields§
§0: StringTrait Implementations§
Source§impl Debug for LocateDataFile
impl Debug for LocateDataFile
Auto Trait Implementations§
impl Freeze for LocateDataFile
impl RefUnwindSafe for LocateDataFile
impl Send for LocateDataFile
impl Sync for LocateDataFile
impl Unpin for LocateDataFile
impl UnsafeUnpin for LocateDataFile
impl UnwindSafe for LocateDataFile
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