pub struct apr_dir_t { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for apr_dir_t
impl RefUnwindSafe for apr_dir_t
impl Send for apr_dir_t
impl Sync for apr_dir_t
impl Unpin for apr_dir_t
impl UnsafeUnpin for apr_dir_t
impl UnwindSafe for apr_dir_t
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