Struct ExGetCurrentDir
pub struct ExGetCurrentDir<'a> { /* private fields */ }
Expand description
Default-param extender for DirAccess::get_current_dir_ex
.
Implementations§
§impl<'a> ExGetCurrentDir<'a>
impl<'a> ExGetCurrentDir<'a>
pub fn include_drive(self, value: bool) -> ExGetCurrentDir<'a>
pub fn done(self) -> GString
Auto Trait Implementations§
impl<'a> Freeze for ExGetCurrentDir<'a>
impl<'a> RefUnwindSafe for ExGetCurrentDir<'a>
impl<'a> !Send for ExGetCurrentDir<'a>
impl<'a> !Sync for ExGetCurrentDir<'a>
impl<'a> Unpin for ExGetCurrentDir<'a>
impl<'a> UnwindSafe for ExGetCurrentDir<'a>
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